changeset 12065:f96f98ed1ae1 draft

<fizzie> sled /hackenv/bin/grwp//s|cd wisdom|cd $HACKENV/wisdom|
author HackEso <hackeso@esolangs.org>
date Sat, 16 Nov 2019 21:48:30 +0000
parents 192a3128831e
children e38495d2f0be
files bin/grwp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/grwp	Sat Nov 16 21:47:55 2019 +0000
+++ b/bin/grwp	Sat Nov 16 21:48:30 2019 +0000
@@ -1,2 +1,2 @@
 #! /bin/bash
-cd wisdom; shopt -s dotglob; grep -R "$@" -- *
+cd $HACKENV/wisdom; shopt -s dotglob; grep -R "$@" -- *