Add fiat script

This commit is contained in:
Jonathan "Duke" Leto
2019-07-12 11:05:56 -07:00
parent 7d5af48914
commit d9617c68fd

7
src/fiat/hush Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
#set working directory to the location of this script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
../komodo-cli -ac_name=HUSH3 "$@"