screen-starter

A simple screen starter written in kotlin.

Compilation

Use clean shadowJar!

Usage

Use java -jar screen-starter-1.0-SNAPSHOT.jar --config=yourConfig.json

Config Example:

[
  {
    "name": "screen name",
    "commands": [
      "cd /some-directory",
      "cowsay moo"
    ]
  }
]

GitHub

https://github.com/GrowlyX/screen-starter