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