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
Add mdoc lexerJune McEnroe 2020-12-28Lex strings inside macrosJune McEnroe 2020-12-28Set H_SETUNIQUEJune McEnroe 2020-12-28Add initial version of hilexJune McEnroe