From 7b7240d50dd5e418bc17beff48aa5681b398b980 Mon Sep 17 00:00:00 2001 From: gramanas Date: Fri, 14 Oct 2022 22:11:50 +0300 Subject: More changes --- lib/sandwiches/sandwich-base.rcp | 9 +++++++++ lib/sandwiches/sandwich-sour.rcp | 13 +++++++++++++ lib/sandwiches/sandwich-xwriatiko.rcp | 13 +++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 lib/sandwiches/sandwich-base.rcp create mode 100644 lib/sandwiches/sandwich-sour.rcp create mode 100644 lib/sandwiches/sandwich-xwriatiko.rcp (limited to 'lib/sandwiches') 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 -- cgit v1.2.3