Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rand()
- {
- echo $(( $(cat /dev/urandom|od -vAn -N2 -tu2|tr -d '[:blank:]') % $1 ))
- }
- randtext()
- {
- a=( "$@" )
- echo "${a[$(rand $#)]}"
- }
- randtext Umbreon Vaporeon Jolteon Leafeon
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement