mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 03:06:01 +02:00
bash: quote command passed with -c
This commit is contained in:
parent
9ecfc2bd9d
commit
0f16059d3a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
- Execute a command:
|
- Execute a command:
|
||||||
|
|
||||||
`bash -c {{command}}`
|
`bash -c "{{command}}"`
|
||||||
|
|
||||||
- Run commands from a file:
|
- Run commands from a file:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue