ZealOS/Downloads/Linux/gw
2020-02-15 14:01:48 -06:00

6 lines
154 B
Bash
Executable file

#!/bin/bash
#This prints random words from the Linux dictionary.
echo "$(shuf -n 32 /usr/share/dict/words --random-source=/dev/urandom | tr '\n' ' ')"