rename pages.hbs to pages.sh
See @vladimyr's message: https://gitter.im/tldr-pages/tldr?at=60625b22cfd0b814ebac164d
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
59308e5928
commit
db8da89263
20
pages.sh/common/sh.md
Normal file
20
pages.sh/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