moth/packages/mkanswer

6 lines
96 B
Bash
Executable File

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