summaryrefslogtreecommitdiff
path: root/.local/bin/send-package
blob: 453a1485aba594977154718fb50f345e84d4e811 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/local/bin/andy

# Why not?

set 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 's/$REPLACEME/{}/' $tmpl
| smail