From 4ff8ae1039ba92cc3ca6ca1d43969143ad45944d Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 18 Nov 2019 22:44:32 +0100 Subject: [PATCH] Langs --- lang.txt | 17 +++++++++++++++++ wichteln.js | 5 +++-- 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 lang.txt diff --git a/lang.txt b/lang.txt new file mode 100644 index 0000000..f714ba8 --- /dev/null +++ b/lang.txt @@ -0,0 +1,17 @@ +Jörg joerg.vostinar@gmx.de 1 +Stephanie stephanie.vostinar@gmx.de 1 +Jonas stephanie.vostinar@gmx.de 1 +Noah stephanie.vostinar@gmx.de 1 +Kirsten kirstenlang@web.de 2 +Mila kirstenlang@web.de 2 +Gisela grasklang@gmx.de 3 +Herbyie herbyie@web.de 4 +Sabine sabine.hennig@t-online.de 5 +Claudia claudiavoigt@yahoo.de 6 +Marius claudiavoigt@yahoo.de 6 +Luca claudiavoigt@yahoo.de 6 +Arthur artsen90@gmail.com 7 +Alex alex80_leon02@yahoo.de 7 +Léon leon2002lang@gmail.com 7 +Lia alex80_leon02@yahoo.de 7 +Isabel isi35sto@gmail.com 7 diff --git a/wichteln.js b/wichteln.js index ee59f61..3d85f38 100755 --- a/wichteln.js +++ b/wichteln.js @@ -23,9 +23,9 @@ Dein Wichtel ist *trommelwirbel* ${pick} !!! Viel Spaß -Thomas +Alex -Ps.: Bitte gebt nicht mehr als 5 Euro pro Geschenk aus! +Ps.: Bitte gebt nicht mehr als 20 Euro pro Geschenk aus! ` }, (err, info) => { @@ -57,6 +57,7 @@ function read() { const run = async () => { const people = await read(); + const dryRun = process.argv[2] === "--dry"; if (!people || !people.length) { throw new Error("input file empty");