Execute NGS Script - Ops Scripting Language | Online Free DevTools by Hexmos
Execute NGS scripts effortlessly with this free online tool. Create and run ops scripts for automation and system administration tasks. Free online tool, no registration required.
ngs
Scripting language created specifically for Ops. More information: https://github.com/ngs-lang/ngs.
- Execute a code snippet:
ngs -e "{{echo('ngs is executed')}}"
- Execute a script:
ngs {{path/to/script.ngs}}
- Display version:
ngs --version
