changeset 12110:6cccb820cb1c draft

<fizzie> sled /hackenv/bin/list//s|share/|$HACKENV/share/|g
author HackEso <hackeso@esolangs.org>
date Sat, 16 Nov 2019 22:38:09 +0000
parents c3ef690b502b
children 6607c875712c
files bin/list
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/list	Sat Nov 16 22:37:36 2019 +0000
+++ b/bin/list	Sat Nov 16 22:38:09 2019 +0000
@@ -1,1 +1,1 @@
-date > share/conscripts; culprits share/conscripts | xargs -n 1 | awk '!x[$0]++' | xargs
+date > $HACKENV/share/conscripts; culprits $HACKENV/share/conscripts | xargs -n 1 | awk '!x[$0]++' | xargs