1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/ngs.md

17 lines
268 B
Markdown
Raw Normal View History

2021-12-13 00:36:00 +10:00
# 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:
2021-12-13 00:36:00 +10:00
`ngs --version`