moth/packages/mkanswer

6 lines
96 B
Plaintext
Raw Normal View History

2011-02-22 14:05:51 -07:00
#! /bin/sh
shuf -n 2 /usr/share/dict/words | while read word; do
echo -n "$word "
done
echo