summary refs log tree commit diff
path: root/home/.local/bin/aes
blob: 32b52637c981de291093728d24de592dfd7470fa (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
set -eu

enwiden() {
	exec tr ' -~' ' !-~'
}
[ $# -gt 0 ] && echo "$*" | enwiden || enwiden
pounce/commit/extra/notify/notify.c?id=70651e35d84bca8a4acadf9dfec6a58933e70471&follow=1'>notify: Implement pounce-notifyJune McEnroe