bash: add restricted shell command (#10325)

* Update bash.md

* Update pages/common/bash.md

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
KRyTeX1337
2023-06-08 17:04:40 +02:00
committed by GitHub
parent 6b683601f3
commit 1cbe37d410

View File

@@ -31,3 +31,7 @@
- Execute specific commands from `stdin`:
`{{echo "echo 'bash is executed'"}} | bash`
- Start a [r]estricted shell session:
`bash -r`