diff options
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/send-package | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.local/bin/send-package b/.local/bin/send-package index 86f1244..8c807bd 100755 --- a/.local/bin/send-package +++ b/.local/bin/send-package @@ -5,9 +5,9 @@ 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 +| shuf -n1 \ +| tr A-Z a-z \ +| xargs -I{} -- \ + sed -e "1iTo: `vlt raw Miscellaneous send-package-to`" \ + -e 's/$REPLACEME/{}/' "$tmpl" \ +| smail |