# HG changeset patch # User HackEso # Date 1574223078 0 # Node ID c32453f2c4263aac97b3e82bdbd3bf9872fc0357 # Parent 8bb3e1600f3c163592139bd4039be3cd7fc365b9 ` cd ..; undo 12162 diff -r 8bb3e1600f3c -r c32453f2c426 bin/sport --- a/bin/sport Tue Nov 19 03:44:32 2019 +0000 +++ b/bin/sport Wed Nov 20 04:11:18 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}"