-
Notifications
You must be signed in to change notification settings - Fork 7
/
install.sh
28 lines (24 loc) · 981 Bytes
/
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
echo -e '\033[32m'
echo '============================================================='
echo '$ $'
echo '$ Nepxion Polaris $'
echo '$ $'
echo '$ $'
echo '$ $'
echo '$ Nepxion Studio All Right Reserved $'
echo '$ Copyright (C) 2017-2050 $'
echo '$ $'
echo '============================================================='
echo -n $'\e'"]0;Nepxion Polaris"$'\a'
mvn clean install -DskipTests
function pause(){
echo 'Press any key to continue...'
read -n 1 -p "$*" str_inp
if [ -z "$str_inp" ];then
str_inp=1
fi
if [ $str_inp != '' ];then
echo -ne '\b \n'
fi
}
pause