move to truetool folder
This commit is contained in:
6
truetool/bin/truetool
Normal file
6
truetool/bin/truetool
Normal 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