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