Guest User

Untitled

a guest
May 26th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #/bin/bash
  2. length=(8 16 32 48 64 128 256)
  3. while true; do
  4. printf "\e[32m"
  5. strings /dev/urandom | grep -Po "\S" | tr -d '\n' | head -c ${length[$(shuf -i 0-6 -n 1)]})
  6. printf "\e[0m\n"
  7. done
Add Comment
Please, Sign In to add comment