Add readme

This commit is contained in:
Oleg S
2022-08-11 12:50:59 +03:00
parent c56b2a264b
commit be77d8e0e2
2 changed files with 22 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ fi
XTOPDIR=$XDIR/$TARGET_BRANCH
find . -maxdepth 1 -type f -name "*.sh" -exec chmod 775 -- {} + >/dev/null
#find . -maxdepth 1 -type f -name "*.sh" -exec chmod 775 -- {} + >/dev/null
find . -maxdepth 1 -type f -name "*.sh" -exec cp {} $XTOPDIR \; >/dev/null
find . -maxdepth 1 -type f -name "*.config" -exec cp {} $XTOPDIR \; >/dev/null