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