Guest User

Automated koran burning >:-]

a guest
Apr 8th, 2011
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. #! /bin/sh
  2. alias burn=rm
  3. curl http://www.qurandownload.com/arabic-quran-a.pdf > koran.pdf
  4. while [ 1 = 1 ]; do
  5.     echo Burning another koran!
  6.     cp koran.pdf koran-copy.pdf
  7.     burn koran-copy.pdf
  8. done
Advertisement
Add Comment
Please, Sign In to add comment