This website requires JavaScript.
Explore
Help
Sign In
neale
/
moth
mirror of
https://github.com/dirtbags/moth.git
Watch
1
Star
0
Fork
You've already forked moth
0
Code
Issues
Projects
Releases
Wiki
Activity
52918f7245
moth
/
packages
/
mkanswer
6 lines
96 B
Bash
Executable File
Raw
Blame
History
#! /bin/sh
shuf -n
2
/usr/share/dict/words
|
while
read
word
;
do
echo
-n
"
$word
"
done
echo
Reference in New Issue
View Git Blame
Copy Permalink