diff options
Diffstat (limited to 'stop.sh')
-rwxr-xr-x | stop.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stop.sh b/stop.sh new file mode 100755 index 00000000000..cb1fdb41ec4 --- /dev/null +++ b/stop.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +# Shortcut to stop server. It must be already built. + +sh sonar-application/target/sonarqube-*/bin/macosx-universal-64/sonar.sh stop |