3 lines
56 B
Text
3 lines
56 B
Text
|
|
#!/bin/bash
|
||
|
|
shuf -n3 /usr/share/dict/words | tr -d '\n'
|