diff --git a/src/fiat/koolaid b/src/fiat/koolaid new file mode 100755 index 000000000..5c3543ecf --- /dev/null +++ b/src/fiat/koolaid @@ -0,0 +1,3 @@ +#!/bin/bash +# Copyright (c) 2018-2020 The Hush developers +./hush-smart-chain -ac_name=KOOLAID $@ diff --git a/src/fiat/kush b/src/fiat/kush new file mode 100755 index 000000000..b39a0d5fd --- /dev/null +++ b/src/fiat/kush @@ -0,0 +1,3 @@ +#!/bin/bash +# Copyright (c) 2018-2020 The Hush developers +./hush-smart-chain -ac_name=KUSH $@ diff --git a/src/fiat/zex b/src/fiat/zex new file mode 100755 index 000000000..2c95cf1a9 --- /dev/null +++ b/src/fiat/zex @@ -0,0 +1,3 @@ +#!/bin/bash +# Copyright (c) 2018-2020 The Hush developers +./hush-smart-chain -ac_name=ZEX $@