diff bin/addscowrevs @ 12105:e6cb65ac18f6 draft

<fizzie> sled /hackenv/bin/addscowrevs//s|share/|$HACKENV/share/|g
author HackEso <hackeso@esolangs.org>
date Sat, 16 Nov 2019 22:33:12 +0000
parents afe981e5dae2
children
line wrap: on
line diff
--- a/bin/addscowrevs	Sat Nov 16 22:32:30 2019 +0000
+++ b/bin/addscowrevs	Sat Nov 16 22:33:12 2019 +0000
@@ -1,1 +1,1 @@
-echo $@ | xargs -n 1 | sort -n - share/scowrevs -o share/scowrevs
+echo $@ | xargs -n 1 | sort -n - $HACKENV/share/scowrevs -o $HACKENV/share/scowrevs