move to new build system
This commit is contained in:
9
scripts/info.sh
Executable file
9
scripts/info.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
CURRENT_DIR=$(dirname "$0")
|
||||
CURRENT_DIR=$(realpath ${CURRENT_DIR})
|
||||
|
||||
SOURCE_DIR=${CURRENT_DIR}/..
|
||||
SOURCE_DIR=$(realpath ${SOURCE_DIR})
|
||||
|
||||
. "${CURRENT_DIR}/env.sh" "$1" "$2" "$3" "$4" "$5" 1
|
Reference in New Issue
Block a user