scale-catalog/bin/truetool

7 lines
144 B
Plaintext
Raw Normal View History

#!/bin/bash
orig_cwd=$(pwd)
cd "$HOME/truetool" || exit
# pass all arguments '$@' to truetool.sh
bash ./truetool.sh "$@"
cd "$orig_cwd" || exit