moth/packages/mkanswer

7 lines
111 B
Bash
Executable File

#! /bin/sh
grep -v "'" /usr/share/dict/words | shuf -n 2 | while read word; do
echo -n "$word "
done
echo