Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 170 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 170 Bytes

shellscript-executor

Script file requirements:

  1. Start with #!/bin/sh (or #!/bin/bash, etc).
  2. Executable, aka chmod +x script.

SETTINGS_DICTIONARY_PATH="test.json"