1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00
This commit is contained in:
Hai Liang Wang 2022-12-26 15:53:48 +08:00
parent 26c8377a02
commit ef6855f234
4 changed files with 13 additions and 0 deletions

13
bin/fixScriptsPermission.sh Executable file
View File

@ -0,0 +1,13 @@
#! /bin/bash
###########################################
#
###########################################
# constants
baseDir=$(cd `dirname "$0"`;pwd)
# functions
# main
[ -z "${BASH_SOURCE[0]}" -o "${BASH_SOURCE[0]}" = "$0" ] || return
cd $baseDir/..
for x in `find . -name "*.sh"`; do dos2unix $x; chmod +x $x ; done

0
compose/bin/flush.sh Normal file → Executable file
View File

0
plugins/bin/buildAll.sh Normal file → Executable file
View File

0
plugins/bin/deployAll.sh Normal file → Executable file
View File