scripts

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

rled.sh (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"