Since they day I looked at this codebase the subdir ./fiat made no sense to me

This commit is contained in:
Duke Leto
2020-10-25 21:34:34 -04:00
parent ce3c4974af
commit 8d991a11e7
52 changed files with 0 additions and 97 deletions

7
src/sc/hush Executable file
View File

@@ -0,0 +1,7 @@
#!/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 $@

3
src/sc/koolaid Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
# Copyright (c) 2018-2020 The Hush developers
./hush-smart-chain -ac_name=KOOLAID $@

3
src/sc/kush Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
# Copyright (c) 2018-2020 The Hush developers
./hush-smart-chain -ac_name=KUSH $@

3
src/sc/zex Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
# Copyright (c) 2018-2020 The Hush developers
./hush-smart-chain -ac_name=ZEX $@