changeset 9662:07673a5a3a32

<oerjan> sled bin/grwp//1s/sh/bash/;2ccd wisdom; setopt -s dotglob; grep -R "$@" -- *
author HackBot
date Fri, 11 Nov 2016 19:55:20 +0000
parents 7f39e7f409ee
children bef48a1863a4
files bin/grwp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/grwp	Fri Nov 11 19:44:16 2016 +0000
+++ b/bin/grwp	Fri Nov 11 19:55:20 2016 +0000
@@ -1,2 +1,2 @@
-#! /bin/sh
-cd wisdom; grep -R "$@" -- .* *
+#! /bin/bash
+cd wisdom; setopt -s dotglob; grep -R "$@" -- *