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