Files
hush3/src/sc/hush
2022-09-19 16:30:39 -07:00

8 lines
200 B
Bash
Executable File

#!/usr/bin/env bash
# Copyright (c) 2018-2020 The Hush developers
#set working directory to the location of this script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
../hush-cli $@