15 lines
185 B
Plaintext
Executable File
15 lines
185 B
Plaintext
Executable File
export PATH=/4PROJECTS/bin:$PATH
|
|
if [ ! -n "$1" ]; then
|
|
echo "Missing Parameters <UUID>"
|
|
exit 0
|
|
fi
|
|
|
|
UUID=$1
|
|
echo "UUID: $UUID"
|
|
|
|
source /4server/sbin/helpers
|
|
|
|
get_contract_info
|
|
|
|
env
|