-
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: make - cook-it and make_simplest correction
Signed-off-by: Oleg.Khokhlov <oleg.khokhlov.ua@gmail.com>
- Loading branch information
Showing
21 changed files
with
128 additions
and
9 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,12 @@ | ||
|
||
AMOUNT?=1 | ||
|
||
soup: soup.sh water meat rice fried_onion walnuts sause spices | ||
@./soup.sh $(AMOUNT) > $@ | ||
|
||
fried_onion: oil onion | ||
@./fry_onion.sh $(AMOUNT) >$@ | ||
|
||
pilaf: pilaf.sh water rice meat fried_onion spices | ||
@./pilaf.sh $(AMOUNT) >$@ | ||
|
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,3 @@ | ||
#!/bin/bash | ||
|
||
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- Возьмите чистую сковородку | ||
- Налейте 1.0 мл подсолнечного масла | ||
- Почистите лук репчатый (около 2 гр) и мелко нарежте | ||
- Положите все на сковородку и жарте 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,3 @@ | ||
#!/bin/bash | ||
|
||
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 |
---|---|---|
@@ -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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/bash | ||
|
||
echo "- Возмите $1 кг мяса" | ||
echo "- Промойте мясо" | ||
echo "- Нарежте мясо кубиками" | ||
|
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,3 @@ | ||
#!/bin/bash | ||
|
||
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
|
||
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Рецепт приготовления 1 кг плова | ||
- Возмите .25 кг мяса | ||
- Промойте мясо | ||
- Нарежте мясо кубиками | ||
- Положите все на сковородку и жарте 10 минут, периодически помешивая | ||
- Возьмите чистую сковородку | ||
- Налейте 50.0 мл подсолнечного масла | ||
- Почистите лук репчатый (около 100 гр) и мелко нарежте | ||
- Положите все на сковородку и жарте 15 минут, периодически помешивая | ||
- Положить в воду 150 гр промытого риса | ||
- Положить в воду и варить 10 минут | ||
- Добавьте обжаренное мясо, лук и морковь | ||
- Положить в воду и варить 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,15 @@ | ||
#!/bin/bash | ||
|
||
A=$1 | ||
|
||
echo "Рецепт приготовления $A кг плова" | ||
./meat $(bc -q <<< "$A*0.25") | ||
./fry 10 | ||
./fry_onion.sh $(bc -q <<< "$A*100") | ||
./rice $(bc -q <<< "$A*150") | ||
./boil 10 | ||
echo "- Добавьте обжаренное мясо, лук и морковь" | ||
./boil 15 | ||
./sause | ||
./spices | ||
echo "- Добавьте зелень. Плов готов!" |
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,3 @@ | ||
#!/bin/bash | ||
|
||
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
|
||
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Рецепт приготовления 2 л супа-харчо | ||
- Взять подходящую кастрюлю и налить 1.6 л очищенной воды | ||
- Поставить кастрюлю на огонь | ||
- Возмите .50 кг мяса | ||
- Промойте мясо | ||
- Нарежте мясо кубиками | ||
- Положить в воду и варить 120 минут | ||
- Положить в воду 300 гр промытого риса | ||
- Положить в воду и варить 15 минут | ||
- Возьмите чистую сковородку | ||
- Налейте 100.0 мл подсолнечного масла | ||
- Почистите лук репчатый (около 200 гр) и мелко нарежте | ||
- Положите все на сковородку и жарте 15 минут, периодически помешивая | ||
- Добавьте 250 гр очищенных и измельченных грецких орехов | ||
- Положите лук и орехи в бульон | ||
- Добавьте соус ткемали ( гр) | ||
- Добавьте хмели-сунели, красный перец, соль и прочие специи по вкусу | ||
- Положить в воду и варить 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#!/bin/bash | ||
|
||
A=$1 | ||
|
||
echo "Рецепт приготовления $A л супа-харчо" | ||
./water $(bc -q <<< "$A*0.8") | ||
./meat $(bc -q <<< "$A*0.25") | ||
./boil 120 | ||
./rice $(bc -q <<< "$A*150") | ||
./boil 15 | ||
./fry_onion.sh $(bc -q <<< "$A*100") | ||
./walnuts $(bc -q <<< "$A*125") | ||
echo "- Положите лук и орехи в бульон" | ||
./sause | ||
./spices | ||
./boil 5 | ||
echo "- Добавьте зелень. Суп харчо готов!" |
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,3 @@ | ||
#!/bin/bash | ||
|
||
echo "- Добавьте хмели-сунели, красный перец, соль и прочие специи по вкусу" |
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,3 @@ | ||
#!/bin/bash | ||
|
||
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
|
||
echo "- Взять подходящую кастрюлю и налить $1 л очищенной воды" | ||
echo "- Поставить кастрюлю на огонь" |
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 was deleted.
Oops, something went wrong.