Skip to content

Instantly share code, notes, and snippets.

@hitesh83
Created May 26, 2017 06:02
Show Gist options
  • Save hitesh83/c07741197bc5e921bd0d697b5f4ed6a9 to your computer and use it in GitHub Desktop.
Save hitesh83/c07741197bc5e921bd0d697b5f4ed6a9 to your computer and use it in GitHub Desktop.
getting random 9gag image with 9gag-random node / npm
#!/bin/bash
dir=/home/pi/9gag
cd $dir
rm *.png
9gag-rnd > output.txt
mv *.png 9gag.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment