1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 16:06:03 +02:00

bash: quote command passed with -c

This commit is contained in:
Waldir Pimenta 2016-09-04 20:59:10 +01:00 committed by GitHub
parent 9ecfc2bd9d
commit 0f16059d3a

View file

@ -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: