summaryrefslogtreecommitdiff
path: root/os1w4/lotto
diff options
context:
space:
mode:
Diffstat (limited to 'os1w4/lotto')
-rwxr-xr-xos1w4/lotto2
1 files changed, 2 insertions, 0 deletions
diff --git a/os1w4/lotto b/os1w4/lotto
new file mode 100755
index 0000000..74c6457
--- /dev/null
+++ b/os1w4/lotto
@@ -0,0 +1,2 @@
+#!/bin/sh
+seq 42 | shuf | head -n 7 | sort -n | sed -z -e 's/\n/ /g' | awk '1{ print "de lottogetallen zijn: "$1" "$2" "$3" "$5" "$6" "$7", en het reservergetal is: "$4 }'