Easily set up MCsniperPY with one command. Requires cURL.
In CMD run the following:
curl -o setup-sniper.bat https://raw.githubusercontent.com/overestimate/MCsniperPY-setup/master/win.bat & setup-sniper.bat
In Terminal run the following:
curl -o setup-sniper.sh https://raw.githubusercontent.com/overestimate/MCsniperPY-setup/master/mac.sh && chmod 755 setup-sniper.sh && sh setup-sniper.sh
In an SSH/shell session run the following:
curl -o setup-sniper.sh https://raw.githubusercontent.com/overestimate/MCsniperPY-setup/master/linux.sh && chmod 755 setup-sniper.sh && sh setup-sniper.sh