aboutsummaryrefslogtreecommitdiff
path: root/xedit
blob: 5d62b8ead511273a27209543b6c62dbd08f72ba2 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# My X editor
# Requires: terminal

editor=${EDITOR:-${VISUAL:-vi}}

terminal $editor $@

Generated with cgit - Back to sebastiano.tronto.net