summaryrefslogtreecommitdiffstats
path: root/.local/bin/e
blob: e34183778719450ebe4b180cb83bd2a68ef41f39 (plain) (blame)
1
2
3
#!/bin/sh --

exec "${EDITOR:-ed}" "$@"