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

sh: add hbs translation

This commit is contained in:
Zlatan Vasović 2020-01-29 16:47:14 +01:00 committed by Starbeamrainbowlabs
parent c822c6ea7c
commit 1a683a8925

20
pages.hbs/common/sh.md Normal file
View file

@ -0,0 +1,20 @@
# sh
> Bourne ljuska.
> Standardni interpreter komandnog jezika.
- Pokreni interaktivnu ljusku:
`sh`
- Izvrši komandu:
`sh -c {{komanda}}`
- Pokreni komande iz datoteke:
`sh {{datoteka.sh}}`
- Pokreni komande iz `stdin`-a:
`sh -s`