LinuxCommandLibrary

ngs

Scripting language created specifically for Ops.

TLDR

Execute a code snippet

$ ngs -e "[echo('ngs is executed')]"
copy


Execute a script
$ ngs [path/to/script.ngs]
copy


Print the version
$ ngs --version
copy

Copied to clipboard