mirror of
https://github.com/chatopera/cosin.git
synced 2025-06-16 18:30:03 +08:00
14 lines
269 B
Bash
Executable File
14 lines
269 B
Bash
Executable File
#! /bin/bash
|
|
###########################################
|
|
#
|
|
###########################################
|
|
|
|
# constants
|
|
baseDir=$(cd `dirname "$0"`;pwd)
|
|
# functions
|
|
|
|
# main
|
|
[ -z "${BASH_SOURCE[0]}" -o "${BASH_SOURCE[0]}" = "$0" ] || return
|
|
cd $baseDir/../root
|
|
mvn deploy
|