Adding in a bootstrap file for ease of installation
Signed-off-by: Josh Cox <josh@webhosting.coop>
This commit is contained in:
6
bin/truetool
Executable file
6
bin/truetool
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
orig_cwd=$(pwd)
|
||||
cd "$HOME/truetool" || exit
|
||||
# pass all arguments '$@' to truetool.sh
|
||||
bash ./truetool.sh "$@"
|
||||
cd "$orig_cwd" || exit
|
Reference in New Issue
Block a user