index
:
xutil
master
extra UNIX utilities
Git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
ord
6
1 files changed, 1 insertions, 5 deletions
diff --git a/ord b/ord
index 2d0687f..cea4907 100755
--- a/
ord
+++ b/
ord
@@ -53,8 +53,4 @@ fromtext() {
}
# Edit order
-tmp=/tmp/ord.$RANDOM
-totext "$@" > $tmp
-${EDITOR:-vi} $tmp
-fromtext < $tmp
-rm $tmp
+totext "$@" | ep | fromtext