Skip to content

Instantly share code, notes, and snippets.

@thinkjson
Last active September 2, 2024 18:56
Show Gist options
  • Select an option

  • Save thinkjson/1237635 to your computer and use it in GitHub Desktop.

Select an option

Save thinkjson/1237635 to your computer and use it in GitHub Desktop.
Look busy
#!/bin/bash
while [ -1 ]
do
cat /dev/urandom -b 10 | od | grep --color=always $(date +%H%M%S)
sleep .3
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment