mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 04:56:02 +01:00
If no shebang provided in a shell file, it will be executed by default shell. However this script is not compatible with Fish Shell, so use sh to execute it.
3 lines
221 B
Bash
Executable File
3 lines
221 B
Bash
Executable File
#!/bin/sh
|
|
java -Dsbt.log.noformat=true -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256m -Xmx512M -Xss2M -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -jar `dirname $0`/sbt-launch-0.13.5.jar "$@"
|