diff options
Diffstat (limited to 'xedit')
| -rwxr-xr-x | xedit | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -0,0 +1,8 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | # My X editor | ||
| 4 | # Requires: terminal | ||
| 5 | |||
| 6 | editor=${EDITOR:-${VISUAL:-vi}} | ||
| 7 | |||
| 8 | terminal $editor | ||
![]() |
index : scripts | |
| Various scripts for UNIX-like systems |
| aboutsummaryrefslogtreecommitdiff |
| -rwxr-xr-x | xedit | 8 |
| @@ -0,0 +1,8 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | # My X editor | ||
| 4 | # Requires: terminal | ||
| 5 | |||
| 6 | editor=${EDITOR:-${VISUAL:-vi}} | ||
| 7 | |||
| 8 | terminal $editor | ||
Generated with cgit - Back to sebastiano.tronto.net