Skip to content

Commit

Permalink
🍱 add tool scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Oct 7, 2018
1 parent 826525b commit 81eb6c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ echo '下载完毕'

mkdir $APP_NAME
tar -zxvf $APP_NAME.tar.gz -C $APP_NAME && cd $APP_NAME
chmod +x tool
sh tool start
chmod +x tool
3 changes: 3 additions & 0 deletions pack.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

mvn clean package -Pprod -Dmaven.test.skip=true

0 comments on commit 81eb6c4

Please sign in to comment.