Make scripts directly executable
This commit is contained in:
1
scripts/format.sh
Normal file → Executable file
1
scripts/format.sh
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
cd "$(git rev-parse --show-toplevel)"
|
||||
find . -not \( -path './.git' -prune \) \
|
||||
-not \( -path './build' -prune \) \
|
||||
|
||||
Reference in New Issue
Block a user