Kamal Heib 3c0ec0
#!/bin/bash
Kamal Heib 3c0ec0
Kamal Heib 3c0ec0
# when running this in 1minutetip the PATH must be specified to execute
Kamal Heib 3c0ec0
# in the local directory.
Kamal Heib 3c0ec0
echo "Setting path to local directory"
Kamal Heib 3c0ec0
PATH=$PATH:$(pwd)
Kamal Heib 3c0ec0
Kamal Heib 3c0ec0
# simple sanity test
Kamal Heib 3c0ec0
sanity.sh
Kamal Heib 3c0ec0
exit $?