ZealOS/Downloads/Linux/gw

7 lines
154 B
Text
Raw Normal View History

2020-02-15 20:01:48 +00:00
#!/bin/bash
#This prints random words from the Linux dictionary.
echo "$(shuf -n 32 /usr/share/dict/words --random-source=/dev/urandom | tr '\n' ' ')"