Files
hush3/src/fiat/hush
Jonathan "Duke" Leto d9617c68fd Add fiat script
2019-07-12 11:22:42 -07:00

8 lines
166 B
Bash
Executable File

#!/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 "$@"