Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 307 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 307 Bytes

Examples of portable scripting

Requirements

  1. Language runtime must be portable (standalone)
  2. Scripts should be able to run in Windows and Linux (crossplatform)
  3. Each example should have a function call in external file (extensibility)
  4. Entrypoint should return non-standard exit code (checkable)