chmod_scripts moved into submodule
This commit is contained in:
parent
5ceb60a581
commit
5b7f74b445
1
cbuild
Submodule
1
cbuild
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 315256694e1564200213b388170384cede255838
|
||||||
@ -1,7 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
SCRIPTS="$(find build_scripts -name '*.sh')"
|
|
||||||
for F in $SCRIPTS
|
|
||||||
do
|
|
||||||
echo $F
|
|
||||||
chmod +x $F
|
|
||||||
done
|
|
||||||
Loading…
Reference in New Issue
Block a user