$: add running example (#16922)

This commit is contained in:
Managor
2025-06-24 16:24:56 +03:00
committed by GitHub
parent 31820a6d5d
commit 44189b0ae5
+4
View File
@@ -7,6 +7,10 @@
`echo ${{VARIABLE}}`
- Run variable contents as a command:
`${{VARIABLE}}`
- Print the exit status of the previous command:
`echo $?`