added new bins, changed the regex for domain bins, added some dev bins

This commit is contained in:
lars-hagen
2019-12-27 19:42:37 +01:00
parent 1c37f3e514
commit 049f8f1e8c
8 changed files with 95 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
git ls-files -v|grep '^S'
+2
View File
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
find conf -maxdepth 1 -type d \( ! -name . \) -exec bash -c "cd '{}' && pwd && git ls-files -z ${pwd} | xargs -0 git update-index --no-skip-worktree" \;
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
find conf -maxdepth 1 -type d \( ! -name . \) -exec bash -c "cd '{}' && pwd && git ls-files -z ${pwd} | xargs -0 git update-index --skip-worktree" \;