rename pages.hbs to pages.sh

See @vladimyr's message:
https://gitter.im/tldr-pages/tldr?at=60625b22cfd0b814ebac164d
This commit is contained in:
bl-ue
2021-04-01 15:42:26 -04:00
committed by Starbeamrainbowlabs
parent 59308e5928
commit db8da89263
10 changed files with 0 additions and 0 deletions

20
pages.sh/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`