aboutsummaryrefslogtreecommitdiff
path: root/home/bin/codename-dict
diff options
context:
space:
mode:
Diffstat (limited to 'home/bin/codename-dict')
-rwxr-xr-xhome/bin/codename-dict4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/bin/codename-dict b/home/bin/codename-dict
new file mode 100755
index 0000000..a32a98a
--- /dev/null
+++ b/home/bin/codename-dict
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Generate a random name for a project
+
+aspell dump master -d en_US | grep -v "'s" | grep -v "^[A-Z]" | shuf -n 2