1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 22:35:45 +02:00

ngs: add page (#7435)

This commit is contained in:
Emily Grace Seville 2021-12-13 00:36:00 +10:00 committed by GitHub
parent a0bb234f06
commit aaaa69c651
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages/common/ngs.md Normal file
View file

@ -0,0 +1,16 @@
# 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}}`
- Print the version:
`ngs --version`