diff options
author | John Ankarström <john@ankarstrom.se> | 2020-11-24 21:00:19 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-11-24 21:00:19 +0100 |
commit | a5bfba21215bf9d8e63292b4c75985894e169f4c (patch) | |
tree | bd296bdc68626bedd03a12d32a1aaf53b512f15d | |
parent | 7ead7728a69b3252ede19a00e958f6a2b38845b9 (diff) | |
download | xutil-a5bfba21215bf9d8e63292b4c75985894e169f4c.tar.gz |
ord: Use ep to edit order
-rwxr-xr-x | ord | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -53,8 +53,4 @@ fromtext() { } # Edit order -tmp=/tmp/ord.$RANDOM -totext "$@" > $tmp -${EDITOR:-vi} $tmp -fromtext < $tmp -rm $tmp +totext "$@" | ep | fromtext |