diff options
Diffstat (limited to 'ep')
-rw-r--r-- | ep | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +#!/bin/sh + +# ep -- edit pipe + +tmp=/tmp/ep.$RANDOM +cat > $tmp +${EDITOR:-vi} $tmp < /dev/tty > /dev/tty +cat $tmp +rm $tmp |
index : xutil | |
extra UNIX utilities | Git |
aboutsummaryrefslogtreecommitdiff |