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