summaryrefslogtreecommitdiff
path: root/.local/bin
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/send-package13
1 files changed, 0 insertions, 13 deletions
diff --git a/.local/bin/send-package b/.local/bin/send-package
deleted file mode 100755
index 8c807bd..0000000
--- a/.local/bin/send-package
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-# Why not?
-
-readonly tmpl="${XDG_DATA_HOME:-$HOME/.local/share}/send-package/template"
-
-sed -En '/^Angel Cakes/,/^Doozies/s/(\t|\s{2,})/\n/gp' ~/doc/tit-names \
-| shuf -n1 \
-| tr A-Z a-z \
-| xargs -I{} -- \
- sed -e "1iTo: `vlt raw Miscellaneous send-package-to`" \
- -e 's/$REPLACEME/{}/' "$tmpl" \
-| smail