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