Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a new starting shell script for Mac OS X #4

Closed
Krazybug opened this issue Sep 13, 2015 · 0 comments
Closed

Provide a new starting shell script for Mac OS X #4

Krazybug opened this issue Sep 13, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@Krazybug
Copy link

As "readlink" command is not GNU for this platforme, we have to replace it with "greadlink".
The content of the script should be:

currentDir=`pwd`

baseDir=`dirname "$(greadlink -f "$0")"`

JAVA_OPTIONS="-Xmx4g -XX:MaxMetaspaceSize=4g"

JAR_FILE=`ls -1 "${baseDir}/target"/fim-*.jar | grep -v sources`

java ${JAVA_OPTIONS} -jar "${JAR_FILE}" "${1}" "${2}" "${3}" "${4}" "${5}" "${6}"
@Krazybug Krazybug changed the title provide a new starting shell script for Mac OS X Provide a new starting shell script for Mac OS X Sep 13, 2015
@evrignaud evrignaud self-assigned this Sep 25, 2015
@evrignaud evrignaud added this to the 1.0.3 milestone Sep 25, 2015
@evrignaud evrignaud added the bug label Sep 25, 2015
evrignaud added a commit that referenced this issue Oct 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants