Since they day I looked at this codebase the subdir ./fiat made no sense to me
This commit is contained in:
7
src/sc/hush
Executable file
7
src/sc/hush
Executable 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
3
src/sc/koolaid
Executable 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
3
src/sc/kush
Executable 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
3
src/sc/zex
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
# Copyright (c) 2018-2020 The Hush developers
|
||||
./hush-smart-chain -ac_name=ZEX $@
|
||||
Reference in New Issue
Block a user