words/gohookr.sh
2022-01-28 00:35:20 +00:00

5 lines
60 B
Bash
Executable File

#!/usr/bin/env bash
cd `dirname $0`
git pull
make clean all