scripts

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

rled.sh (raw) (122B)


      1 #!/usr/bin/env sh
      2 # invoke 'ed' with a readline wrapper
      3 # dependencies: rlwrap
      4 
      5 rlwrap -r --filter pipeto -f "$1" ed "$1"