Copy config removing sensitive data
This commit is contained in:
parent
d15767a938
commit
68ffb60404
89 changed files with 12214 additions and 0 deletions
2
bin/where
Executable file
2
bin/where
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/bash
|
||||
find . -name "$1" | sed 's/[^/]\+$//' | uniq -c | sort -g
|
Loading…
Add table
Add a link
Reference in a new issue