moth/packages/mkanswer

7 lines
111 B
Plaintext
Raw Normal View History

2011-02-22 14:05:51 -07:00
#! /bin/sh
2013-06-28 19:09:03 -06:00
grep -v "'" /usr/share/dict/words | shuf -n 2 | while read word; do
2011-02-22 14:05:51 -07:00
echo -n "$word "
done
2013-06-28 19:09:03 -06:00
echo