Improved executable
This commit is contained in:
parent
e489787f01
commit
ed1cb24e9c
@ -1,6 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ../
|
||||
path="`dirname \"$0\"`" # relative
|
||||
path="`( cd \"$path\" && pwd)`" # absolutized and normalized
|
||||
|
||||
cd "$path/../"
|
||||
|
||||
if [[ $1 == "-dev" ]]; then
|
||||
export GISMO_ENVIRONMENT=development
|
||||
|
Reference in New Issue
Block a user