diff options
author | Nils Gillmann <ng0@n0.is> | 2018-06-18 14:54:15 +0000 |
---|---|---|
committer | Nils Gillmann <ng0@n0.is> | 2018-06-18 14:54:15 +0000 |
commit | 7bcf12f2a264a49f8a8125de48669af734846f4d (patch) | |
tree | d7ab8545f2bd4461fffa65df7d15fc4fa91ce6fe /bin/grepsrc.sh | |
parent | e35ee32cbed2e359a6a3eafbe385fc013b14a5b9 (diff) |
Make the scripts in the bin folder public domain material.
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'bin/grepsrc.sh')
-rwxr-xr-x | bin/grepsrc.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/grepsrc.sh b/bin/grepsrc.sh index 0c18dd7d2..6b1771f1f 100755 --- a/bin/grepsrc.sh +++ b/bin/grepsrc.sh @@ -1,3 +1,4 @@ #!/bin/sh +# This scipt is in the public domain. # grepsrc.sh string --- greps for string over all C files find . -name "*.c" -print | grep -v "#" | xargs grep -n "$*" |