changeset 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 f64c09e35116
children 3d6b560fc682
files bin/quotenums
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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