5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
|
#!/bin/bash
|
||
|
git remote add upstream https://github.com/milisarge/malfs-milis.git
|
||
|
git fetch upstream
|
||
|
git pull upstream master
|