Merge remote-tracking branch 'origin/master'

This commit is contained in:
2024-05-31 20:54:47 +05:30
4 changed files with 8 additions and 10 deletions

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env sh
ssh git@git.aryadevchavali.com "ls /git" | grep $1

3
Scripts/.local/scripts/rgrep Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env sh
find -type 'f' -name $1 -exec grep --color=always -inH $2 "{}" ";"