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