A few setup scripts to run cryptonight miners. The script is intended to run on an Azure start task. If you are adapting this to your own mining camp, you should inspect each script and replace my address with your own - but I wouldn't mind if you kept it the same :)
Give the system you are running doesn't support bash, but only command + arguments, here's how to get and execute the setup & run.
bash -c "bash <(curl https://raw.githubusercontent.com/JonathanGawrych/cryptonight-mining-setup/master/xmr_stak_setup.sh)"
bash -c "bash <(curl https://raw.githubusercontent.com/JonathanGawrych/cryptonight-mining-setup/master/etn_stak_setup.sh)"
bash -c "bash <(curl https://raw.githubusercontent.com/JonathanGawrych/cryptonight-mining-setup/master/sumo_stak_setup.sh)"
bash -c "bash <(curl https://raw.githubusercontent.com/JonathanGawrych/cryptonight-mining-setup/master/nice_stak_setup.sh)"