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