From 60052659b98832c78c902e4f27ecee2663d8e913 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 6 May 2026 08:30:49 +0200 Subject: Added scripts --- scripts/xedit | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 scripts/xedit (limited to 'scripts/xedit') diff --git a/scripts/xedit b/scripts/xedit new file mode 100755 index 0000000..3f68f24 --- /dev/null +++ b/scripts/xedit @@ -0,0 +1,9 @@ +#!/bin/sh + +# My X editor +# Requires: terminal + +editor=${EDITOR:-${VISUAL:-vi}} +xed=${XEDIT:-"terminal "$editor""} + +$xed "$@" -- cgit v1.3