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