aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rwxr-xr-xgames/hku5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/hku b/games/hku
index 029b41c6..4deb7460 100755
--- a/games/hku
+++ b/games/hku
@@ -12,5 +12,6 @@ for ((lc=0;lc<${#lsts[@]};lc++)) ; do
((sc+=sy))
done
printf '%s\n' "${ws[*]}"
-done < <(shuf /usr/share/dict/words |
- grep -v \'s\$)
+done < <(shuf "${@:-/usr/share/dict/words}" |
+ grep -v \'s\$) |
+ tr '[:upper:]' '[:lower:]'