changeset 12052:a78a69d54f68 draft

<fizzie> sled /hackenv/bin/sport//s|tmp/|$HACKENV/tmp/|g
author HackEso <hackeso@esolangs.org>
date Sat, 16 Nov 2019 21:35:17 +0000
parents 0d78afb61c51
children 79ccc7d404cb
files bin/sport
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/sport	Sat Nov 16 21:32:12 2019 +0000
+++ b/bin/sport	Sat Nov 16 21:35:17 2019 +0000
@@ -1,1 +1,1 @@
-cat "${2:-/dev/stdin}" >tmp/spout.raw; distort tmp/spout.raw | spore "${1-1}"
+cat "${2:-/dev/stdin}" >$HACKENV/tmp/spout.raw; distort $HACKENV/tmp/spout.raw | spore "${1-1}"