aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-08-23 09:16:00 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-08-23 09:16:00 +0200
commit31cba7ef191e2a2a15ecca7132a445a92667fcbd (patch)
tree4e3418dc78000c01dc152e14ace27831642af3ce
parent60cbc4a9a45286834d81d7da6c62806ca644546d (diff)
downloadscripts-31cba7ef191e2a2a15ecca7132a445a92667fcbd.tar.gz
scripts-31cba7ef191e2a2a15ecca7132a445a92667fcbd.zip
Fixed a typo in xedit-filter
-rwxr-xr-xxedit-filter1
1 files changed, 0 insertions, 1 deletions
diff --git a/xedit-filter b/xedit-filter
index b89a7a7..93e908c 100755
--- a/xedit-filter
+++ b/xedit-filter
@@ -1,6 +1,5 @@
1#/!bin/sh 1#/!bin/sh
2 2
3asfd
4# Open stdin in a text editor and sends modified selection to stdout 3# Open stdin in a text editor and sends modified selection to stdout
5 4
6xeditor=${XEDITOR:-gedit} 5xeditor=${XEDITOR:-gedit}

Generated with cgit - Back to sebastiano.tronto.net