summaryrefslogtreecommitdiff
path: root/.local/bin
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-09-02 18:58:20 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-09-02 18:58:20 +0200
commitb8316dc0f355ccf87b9c6761578a5a071af865dd (patch)
treeb32d17673e8a0cbddf5f27352121937fdd1dca99 /.local/bin
parent5220550db5d581f845650a23d1d9b76203ff7cb5 (diff)
send-package: Remove it all
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