Created
July 24, 2016 18:44
-
-
Save loveJesus/cf802b22e7b78b16591600d5e8bac4ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/hallelujah/bin/bash | |
| #echo "Do unto others as you would have them do unto you" | |
| xLoveJesus=`cat /dev/urandom | xxd -l 2 -ps` | |
| nLoveJesus=`ruby -e "puts 0x$xLoveJesus"` | |
| nLoveJesus=`ruby -e "puts rand(32000)"` | |
| #fix for diatheke bug on ubuntu | |
| diatheke -b WEB -k $nLoveJesus | sed s/^:.*$// | sed '/^$/d' | awk '!a[$0]++' | paste -sd ' ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment