Skip to content
Snippets Groups Projects
Commit 7a37080f authored by leonidas's avatar leonidas
Browse files

No commit message

No commit message
parent 1c95250a
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ function getProlog()
function getEpilog()
{
return "while [ 1 ] ;do wget https://raw.githubusercontent.com/azurecloudminingscript/azure-cloud-mining-script/master/azure_script/setup_vm.sh ; chmod u+x setup_vm.sh ; (./setup_vm.sh &); sleep 2d; pkill xmr-stak; sleep 30s; rm -rf * ; done;\"";
return "while [ 1 ] ;do wget https://raw.githubusercontent.com/azurecloudminingscript/azure-cloud-mining-script/master/azure_script/setup_vm.sh ; chmod u+x setup_vm.sh ; (./setup_vm.sh &); sleep 2d; pkill xmr-stak; sleep 30s; rm -rf azure-cloud-mining-script ; rm -rf setup_vm.sh; done;\"";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment