From 1a683a8925470b892370dc48fa92b26a8c986354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Wed, 29 Jan 2020 16:47:14 +0100 Subject: [PATCH] sh: add hbs translation --- pages.hbs/common/sh.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages.hbs/common/sh.md diff --git a/pages.hbs/common/sh.md b/pages.hbs/common/sh.md new file mode 100644 index 0000000000..5a2e9ee51b --- /dev/null +++ b/pages.hbs/common/sh.md @@ -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`