2 lines
56 B
Bash
Executable file
2 lines
56 B
Bash
Executable file
#!/bin/bash
|
|
shuf -n3 /usr/share/dict/words | tr -d '\n'
|