Skip to content

Instantly share code, notes, and snippets.

@rleons
rleons / ETH-XXX-2.sh
Last active April 6, 2021 20:39 — forked from svanas/ETH-XXX-2.sh
Use the Nefertiti crypto bot and trade on all market pairs of the specified quote with a single click.
# Trade on all the market pairs of the specified quote currency.
# Written by Stefan van As <[email protected]>
# Example: ./ETH-XXX-2.sh --exchange=Bittrex --quote=ETH --price=0.05 --pushover-app-key=X --pushover-user-key=X
for i in "$@"
do
case $i in
--exchange=*)
EXCHANGE="${i#*=}"
shift # past argument=value