[net.sources] Sed script to fix packed dired file

lepreau (06/07/82)

Folks tell me that I blew the packed up sh script of dired mods, being a
csh user.  Here a one line sh script to fix it; it'll work either on the
raw news file (with headers and comments, etc) or on a file containing
only the  script portion (beginning with ": This is".)  Give it the file
name.

sed -e "1,/^: Just run it/d" -e "s/'EnDoFiNpUt'/EnDoFiNpUt/" $1 | sh