summaryrefslogtreecommitdiff
path: root/common/bin/e
blob: 131ae14fc95483f63b94c16461880fe31a8d49ed (plain)
1
2
3
4
5
6
7
#!/bin/sh

if emacs-available; then
    emacsclient $* >/dev/null
else
    vim $*
fi