chmod_scripts moved into submodule

This commit is contained in:
timerix 2022-09-09 19:55:14 +06:00
parent 5ceb60a581
commit 5b7f74b445
2 changed files with 1 additions and 7 deletions

1
cbuild Submodule

@ -0,0 +1 @@
Subproject commit 315256694e1564200213b388170384cede255838

View File

@ -1,7 +0,0 @@
#!/bin/bash
SCRIPTS="$(find build_scripts -name '*.sh')"
for F in $SCRIPTS
do
echo $F
chmod +x $F
done