6 lines
72 B
Bash
6 lines
72 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
cd ~/repo
|
||
|
git pull
|
||
|
"${BASH_SOURCE%/*}/reload.bash"
|