Skip to content

Instantly share code, notes, and snippets.

@cjdurkin
Created February 19, 2016 16:07
Show Gist options
  • Save cjdurkin/14a36469d1b6208d7ccd to your computer and use it in GitHub Desktop.
Save cjdurkin/14a36469d1b6208d7ccd to your computer and use it in GitHub Desktop.
#!/bin/bash
while [ 1 ]; do
find ~ | perl -MList::Util=shuffle -e 'print shuffle<STDIN>' | head -n 1 | xargs xxd -c 32
sleep 2
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment