Files
dragonx/src/sc/hush

8 lines
192 B
Bash
Executable File

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