7 lines
57 B
Bash
7 lines
57 B
Bash
|
#!/usr/bin/env bah
|
||
|
|
||
|
set -e
|
||
|
cd `dirname $0`
|
||
|
git pull
|
||
|
make
|