From 08a719a01cf73b6c9cd897cd51d5dcfecb81b582 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 17 Feb 2016 12:58:15 +0100 Subject: Add some new tools Signed-off-by: Florian Pritz --- alphabet | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 alphabet (limited to 'alphabet') diff --git a/alphabet b/alphabet new file mode 100755 index 0000000..97d7886 --- /dev/null +++ b/alphabet @@ -0,0 +1,4 @@ +#!/bin/bash + +echo a b c d e f g h i j k l m n o p q r s t u v w x y z +echo 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 -- cgit v1.2.3-24-g4f1b