Skip to content

mario-pavlov/scriptpack-consumer

 
 

Repository files navigation

ScriptPack consumer

This is a fully functional example project accompanying the ScriptPack project.

To try the example clone this repo and run: On Windows

gradle clean build copyCurrentJvmToPayload copyLibsToPayload zipPayload generateScriptPackWin

On POSIX

gradle clean build copyCurrentJvmToPayload copyLibsToPayload targzPayload generateScriptPackPosix

Then go to build/distributions and run (on Windows):

scriptpack -d C:\myapp --internal-skip-privilege-check

Or (on POSIX):

./scriptpack.sh -d ~/myapp

This code is provided as-is and without warranty or support. It does not constitute part of the Software AG product suite. Users are free to use, fork and modify it, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.

About

Script Pack example project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 35.8%
  • Batchfile 34.7%
  • Java 29.5%