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