run.sh 441 B

12345678910
  1. #!/bin/sh
  2. # Placeholder for people used to run.sh from older version redirecting them to read the readme
  3. DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
  4. echo
  5. echo ========================================================================================
  6. echo
  7. echo To start JBoss Application Server please see $DIR/../README.txt
  8. echo
  9. echo ========================================================================================
  10. echo