sh: add hbs translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
c822c6ea7c
commit
1a683a8925
20
pages.hbs/common/sh.md
Normal file
20
pages.hbs/common/sh.md
Normal 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`
|
Reference in New Issue
Block a user