diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2022-10-14 22:11:50 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2022-10-14 22:11:50 +0300 |
commit | 7b7240d50dd5e418bc17beff48aa5681b398b980 (patch) | |
tree | b521f1da139ce85974b71f1698cc140b1e7fed6c /lib/sandwiches | |
parent | 433ce0f6795a4db89921b26274dd0b18fcccbb21 (diff) | |
download | foodtools-7b7240d50dd5e418bc17beff48aa5681b398b980.tar.gz foodtools-7b7240d50dd5e418bc17beff48aa5681b398b980.tar.bz2 foodtools-7b7240d50dd5e418bc17beff48aa5681b398b980.zip |
More changes
Diffstat (limited to 'lib/sandwiches')
-rw-r--r-- | lib/sandwiches/sandwich-base.rcp | 9 | ||||
-rw-r--r-- | lib/sandwiches/sandwich-sour.rcp | 13 | ||||
-rw-r--r-- | lib/sandwiches/sandwich-xwriatiko.rcp | 13 |
3 files changed, 35 insertions, 0 deletions
diff --git a/lib/sandwiches/sandwich-base.rcp b/lib/sandwiches/sandwich-base.rcp new file mode 100644 index 0000000..7a485b2 --- /dev/null +++ b/lib/sandwiches/sandwich-base.rcp @@ -0,0 +1,9 @@ +@ sandwitch base + +bread = two pieces / one bun +butter or mayo = * + +--- + +- toast the $bread [for 3 minutes] => toasted bread +- spead the ${butter or mayo} on the ${toasted bread} diff --git a/lib/sandwiches/sandwich-sour.rcp b/lib/sandwiches/sandwich-sour.rcp new file mode 100644 index 0000000..7b614c4 --- /dev/null +++ b/lib/sandwiches/sandwich-sour.rcp @@ -0,0 +1,13 @@ +@ sandwich with sun dried tomatoes + +!sandwich-base.rcp + +sun dried tomatoes = 3 +turkey = 2pcs +cheddar = 2pcs + +--- + +> chop the ${sun dried tomatoes} into litle pieces +> slice the $turkey and ${cheddar} in half ++ assembly order: bread mayo tomatoes cheddar turkey bread diff --git a/lib/sandwiches/sandwich-xwriatiko.rcp b/lib/sandwiches/sandwich-xwriatiko.rcp new file mode 100644 index 0000000..6b8c795 --- /dev/null +++ b/lib/sandwiches/sandwich-xwriatiko.rcp @@ -0,0 +1,13 @@ +@ sandwich xwriatiko + +!sandwich-base.rcp +salt, peper, oregano = * +tomato = * +cucumber = * +olive paste = 2 tbsp + +--- + +> slice the $tomato and $cucumber +- spread the ${olive paste} on the bread +- add the veggies and season |