scripts

My personal collection of scripts
git clone git://src.gearsix.net/scripts
Log | Files | Refs | Atom | README | LICENSE

commit eb309814cb1c537e031b29817265b1f6498460c2
parent 7ea5e64b3ea37626e2dd37766452613ed53eff48
Author: gearsix <gearsix@tuta.io>
Date:   Wed, 18 Jan 2023 13:35:54 +0000

added src/posix/rled

Diffstat:
Asrc/posix/rled.sh | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/posix/rled.sh b/src/posix/rled.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env sh +# invoke 'ed' with a readline wrapper +# dependencies: rlwrap + +rlwrap -r --filter pipeto -f "$1" ed "$1"