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
le='2018-08-16 14:12:06 -0400'>2018-08-16Export GPG_TTYJune McEnroe 2018-08-16Disable visual bell entirely in TerminalJune McEnroe 2018-08-16Rearrange kshrc, fix right promptJune McEnroe