mirror of
https://github.com/Fishwaldo/rundeck-api-java-client.git
synced 2025-07-07 13:38:23 +00:00
3 lines
70 B
Bash
Executable file
3 lines
70 B
Bash
Executable file
#!/bin/bash
|
|
|
|
MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=192m" exec mvn "$@"
|