Skip to content

Instantly share code, notes, and snippets.

@rohan-molloy
Created January 8, 2020 12:26
Show Gist options
  • Save rohan-molloy/403498348df1e2160b6ea93203c899ec to your computer and use it in GitHub Desktop.
Save rohan-molloy/403498348df1e2160b6ea93203c899ec to your computer and use it in GitHub Desktop.

Pull random pastebin objects (looped)

while true; do 
  curl https://pastebin.com/raw/$(echo 'AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz' | 
  fold -w1 | shuf | head -n8 | tr -d '\n'); 
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment