snippetbashTip
ngs — Scripting language created specifically for Ops. More information: <https://github.com/ngs-lang/ngs>
Viewed 0 times
commandlanguagescriptingcreatedclispecificallyforngs
Problem
How to use the
ngs command: Scripting language created specifically for Ops. More information: <https://github.com/ngs-lang/ngs>.Solution
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 --versionCode Snippets
Execute a code snippet
ngs -e "{{echo('ngs is executed')}}"Execute a script
ngs {{path/to/script.ngs}}Display version
ngs --versionContext
tldr-pages: common/ngs
Revisions (0)
No revisions yet.