Skip to content

0.0.8

Compare
Choose a tag to compare
@SocraticPhoenix SocraticPhoenix released this 07 Sep 12:46
· 16 commits to master since this release

Note: Shnap-shadow.jar is the bundled executable, and is likely the only one you should ever download

Quick Start Guide:

This guide gives a short, step by step, description of how to run a Shnap script with the intepreter. For more information on Shnap, the interpreter's options, and the Shnap installer, see the wiki

  1. Download Shnap-shadow.jar and place it in the same directory as the script you want to execute
  2. Open the command prompt or shell in the same directory
  3. Run java -jar Shnap-shadow.jar -arg=<script_name> -reloadHome -startScriptArgs <args>
  4. <script_name> is the name of the script (e.g. the file name, without extension) and are the arguments for the script. Depending on what script you're running, you may not need to enter any arguments.