diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-10-08 11:42:51 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-10-08 12:30:07 +0200 |
commit | 80824622efd18b59a8dfac18548565d3f5b07691 (patch) | |
tree | e71a63f1809076efb07ff04b32d6498f8c13f0a5 /debug.sh | |
parent | 286f8d1b1942d293a8411944479e14dd54f920d5 (diff) | |
download | sonarqube-80824622efd18b59a8dfac18548565d3f5b07691.tar.gz sonarqube-80824622efd18b59a8dfac18548565d3f5b07691.zip |
Rename tool scripts
Diffstat (limited to 'debug.sh')
-rwxr-xr-x | debug.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/debug.sh b/debug.sh deleted file mode 100755 index 5dadb3becab..00000000000 --- a/debug.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - - -cd sonar-application/target/ -if ! ls sonarqube-*/bin/sonar-application*.jar &> /dev/null; then - unzip sonarqube-*.zip -fi - -cd sonarqube-* -java -jar ./lib/sonar-application*.jar -Dsonar.web.javaOpts=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
\ No newline at end of file |