aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhome/bin/codenamebin124 -> 2060320 bytes
-rwxr-xr-xhome/bin/codename-dict4
2 files changed, 4 insertions, 0 deletions
diff --git a/home/bin/codename b/home/bin/codename
index a32a98a..6963bc8 100755
--- a/home/bin/codename
+++ b/home/bin/codename
Binary files differ
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