-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lesson03: Improved version of cook-it. Added
tea
and all
rules
Signed-off-by: Oleg.Khokhlov <[email protected]>
- Loading branch information
Showing
9 changed files
with
44 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
echo "- Положить в воду и варить $1 минут" | ||
echo "- Положить в воду, довести до кипения и варить $1 минут" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- Возьмите чистую сковородку | ||
- Налейте 1.0 мл подсолнечного масла | ||
- Почистите лук репчатый (около 2 гр) и мелко нарежте | ||
- Налейте 50.0 мл подсолнечного масла | ||
- Почистите лук репчатый (около 100 гр) и мелко нарежте | ||
- Положите все на сковородку и жарте 15 минут, периодически помешивая |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
A=$1 | ||
|
||
echo "- Возьмите чистую сковородку" | ||
./oil $(bc -q <<< "$A*0.5") | ||
./onion $(bc -q <<< "$A") | ||
./fry 15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
Рецепт приготовления 2 л супа-харчо | ||
- Взять подходящую кастрюлю и налить 1.6 л очищенной воды | ||
Рецепт приготовления 1 л супа-харчо | ||
- Взять подходящую кастрюлю и налить .8 л очищенной воды | ||
- Поставить кастрюлю на огонь | ||
- Возмите .50 кг мяса | ||
- Возмите .25 кг мяса | ||
- Промойте мясо | ||
- Нарежте мясо кубиками | ||
- Положить в воду и варить 120 минут | ||
- Положить в воду 300 гр промытого риса | ||
- Положить в воду и варить 15 минут | ||
- Положить в воду, довести до кипения и варить 120 минут | ||
- Положить в воду 150 гр промытого риса | ||
- Положить в воду, довести до кипения и варить 15 минут | ||
- Возьмите чистую сковородку | ||
- Налейте 100.0 мл подсолнечного масла | ||
- Почистите лук репчатый (около 200 гр) и мелко нарежте | ||
- Налейте 50.0 мл подсолнечного масла | ||
- Почистите лук репчатый (около 100 гр) и мелко нарежте | ||
- Положите все на сковородку и жарте 15 минут, периодически помешивая | ||
- Добавьте 250 гр очищенных и измельченных грецких орехов | ||
- Добавьте 125 гр очищенных и измельченных грецких орехов | ||
- Положите лук и орехи в бульон | ||
- Добавьте соус ткемали ( гр) | ||
- Добавьте соус ткемали (100 гр) | ||
- Добавьте хмели-сунели, красный перец, соль и прочие специи по вкусу | ||
- Положить в воду и варить 5 минут | ||
- Положить в воду, довести до кипения и варить 5 минут | ||
- Добавьте зелень. Суп харчо готов! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Рецепт приготовления 1 л чая | ||
- Взять подходящую кастрюлю и налить 1 л очищенной воды | ||
- Поставить кастрюлю на огонь | ||
- Взять 50 гр чайного листа | ||
- Положить в воду, довести до кипения и варить 1 минут | ||
- Добавить сахар по вкусу. Чай готов! |