summaryrefslogtreecommitdiff
path: root/scripts/unused/xedit
blob: 3f68f241569347da275ef1ad40c1eb057eb1398f (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# My X editor
# Requires: terminal

editor=${EDITOR:-${VISUAL:-vi}}
xed=${XEDIT:-"terminal "$editor""}

$xed "$@"

Generated with cgit - Back to sebastiano.tronto.net