Skip to content

Instantly share code, notes, and snippets.

@Preetam
Last active January 1, 2016 04:09
Show Gist options
  • Save Preetam/8090012 to your computer and use it in GitHub Desktop.
Save Preetam/8090012 to your computer and use it in GitHub Desktop.
#!/bin/sh
cd /tmp
wget https://drone.io/github.com/PreetamJinka/fickle/files/fickle && chmod +x fickle
wget https://gist.github.com/PreetamJinka/8089942/raw/pyfickle.py
./fickle >/dev/null 2>&1 &
sleep 1
python pyfickle.py
killall fickle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment