# HG changeset patch # User HackEso # Date 1554763461 0 # Node ID 25c5dabac627c444c6d62aee62017ef7cbcbd404 # Parent 60e8ceb7677da9a352e69e3859d26277c39bbd86 mkx bin/acronym//w="${1:-tla}"; (for (( i=0;i<${#w};i++ )); do grep -i "^${w:$i:1}[a-z]*\\$" share/dict-words | shuf -n 1; done) | xargs diff -r 60e8ceb7677d -r 25c5dabac627 bin/acronym --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/acronym Mon Apr 08 22:44:21 2019 +0000 @@ -0,0 +1,1 @@ +w="${1:-tla}"; (for (( i=0;i<${#w};i++ )); do grep -i "^${w:$i:1}[a-z]*\$" share/dict-words | shuf -n 1; done) | xargs