mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
9 lines
No EOL
208 B
Bash
Executable file
9 lines
No EOL
208 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -x -e
|
|
|
|
# set project root
|
|
THIS_SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
pushd "${THIS_SCRIPT_DIR}/../"
|
|
export APP_PROJECT_ROOT_DIR="$(pwd)"
|
|
popd |