mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
Merge branch 'develop' of github.com:cskefu/cskefu into develop
Signed-off-by: Hai Liang Wang <hai@chatopera.com>
This commit is contained in:
commit
6456b9ef59
13
bin/fixScriptsPermission.sh
Executable file
13
bin/fixScriptsPermission.sh
Executable 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
0
compose/bin/flush.sh
Normal file → Executable file
0
plugins/bin/buildAll.sh
Normal file → Executable file
0
plugins/bin/buildAll.sh
Normal file → Executable file
0
plugins/bin/deployAll.sh
Normal file → Executable file
0
plugins/bin/deployAll.sh
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user