Skip to content

Instantly share code, notes, and snippets.

@lkptrzk
Last active December 24, 2015 17:39
Show Gist options
  • Save lkptrzk/6837561 to your computer and use it in GitHub Desktop.
Save lkptrzk/6837561 to your computer and use it in GitHub Desktop.
rando.sh
#!/bin/bash
COUNT=$1
cat /dev/urandom | head -c $COUNT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment