5 lines
60 B
Bash
5 lines
60 B
Bash
|
#!/usr/bin/env bash
|
||
|
cd `dirname $0`
|
||
|
git pull
|
||
|
make clean all
|