Skip to content

Initial release

Latest
Compare
Choose a tag to compare
@Mkdirs Mkdirs released this 27 Feb 20:12

The file simpleton.jar is the interpreter, you only need that.

Running a script

  • You must have Java installed on your device
  • Run the command: java -jar <path-to-simpleton.jar> <path-to-script>

Setup

You may want a faster way to run script like simpleton <script> instead of having to write the full java -jar command each time.
In that case follow these steps:

For linux

  • Run the file setup with sudo bash setup <path-to-simpleton.jar>.
  • It will create the bash script /bin/simpleton that will wrap for you the full java command.
  • Now you should be able to run scripts with just simpleton <your-script>

For windows

COMING SOON

Informations

The jar was compiled with Java 17 if you have any issue with running the jar try using Java 17+.