Add fiat script
This commit is contained in:
7
src/fiat/hush
Executable file
7
src/fiat/hush
Executable 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 "$@"
|
||||||
Reference in New Issue
Block a user