Skip to content

Instantly share code, notes, and snippets.

@icco
Created March 13, 2012 21:36
Show Gist options
  • Select an option

  • Save icco/2031832 to your computer and use it in GitHub Desktop.

Select an option

Save icco/2031832 to your computer and use it in GitHub Desktop.
entertain.sh
#!/bin/bash
clear;
while true; do
for i in $(ls /); do
code=${code}`dd bs=1 count=32 if=/dev/urandom 2> /dev/null | md5 | grep -o '\w*'`;
done;
echo $code;
code=0;
done;
#!/bin/bash
clear;
while true; do
for i in `seq 1 15`; do
code=${code}`dd bs=1 count=32 if=/dev/urandom 2> /dev/null | md5sum | grep -o '\w*'`;
done;
echo $code;
code=0;
done;
@redrick
Copy link
Copy Markdown

redrick commented Oct 18, 2013

very nice way how to scare kids so they wont mess with my work pc :) thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment