diff bin/quotenums @ 12120:4db5a8cfee37 draft

<fizzie> sled /hackenv/bin/quotenums//s|quotes|${HACKENV-/hackenv}/quotes|
author HackEso <hackeso@esolangs.org>
date Sat, 16 Nov 2019 23:13:07 +0000
parents fe8f574b561c
children
line wrap: on
line diff
--- a/bin/quotenums	Sat Nov 16 23:10:23 2019 +0000
+++ b/bin/quotenums	Sat Nov 16 23:13:07 2019 +0000
@@ -1,2 +1,2 @@
 #!/bin/sh
-grep -P -i -n "$1" quotes | cut -d : -f 1 | xargs
+grep -P -i -n "$1" ${HACKENV-/hackenv}/quotes | cut -d : -f 1 | xargs