aboutsummaryrefslogtreecommitdiff
path: root/ord
diff options
context:
space:
mode:
Diffstat (limited to 'ord')
-rwxr-xr-xord6
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