Browse Source

Add fiat script

pull/37/head
Jonathan "Duke" Leto 5 years ago
parent
commit
d9617c68fd
  1. 7
      src/fiat/hush

7
src/fiat/hush

@ -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 "$@"
Loading…
Cancel
Save