Skip to content

Commit

Permalink
增加Bash脚本的Bangsha信息
Browse files Browse the repository at this point in the history
  • Loading branch information
diguage committed Sep 18, 2014
1 parent f80eec4 commit 2efeed0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion support/h2/h2-console.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
echo "Open a H2 web console."
#!/bin/bash

echo "[INFO] Open a H2 web console."

mvn exec:java
2 changes: 2 additions & 0 deletions support/maven-archetype/install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

echo "[INFO] Install archetype to local repository."

mvn clean install

0 comments on commit 2efeed0

Please sign in to comment.