Shebangs!!
This commit is contained in:
parent
7c130a0d40
commit
3eea369072
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
cd $(dirname $0)
|
||||
|
||||
usage()
|
||||
|
@ -1 +1,2 @@
|
||||
#!/usr/bin/env sh
|
||||
cmake --build build --config "${1:-Debug}"
|
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
if [ ! -d build ]
|
||||
then
|
||||
mkdir build
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
if [ ! -d build ]
|
||||
then
|
||||
mkdir build
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
cd "$(dirname $0)"/../src/AST
|
||||
|
||||
if [ "$1" == "" ]; then
|
||||
|
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
cd build
|
||||
|
||||
if [ "$1" == "" ]
|
||||
if [ -z "$1" ]
|
||||
then
|
||||
cmake --install .
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user