commit 292efa44de9eb9bfb33d43123dd569131a3797c8 parent e952902272bee585580702c80be5d55e8d61cb3b Author: Alex Balgavy <alexander.balgavy@spaceapplications.com> Date: Mon, 15 Jan 2024 13:52:46 +0100 phonepad: print out letters how they appear on a phone pad Diffstat:
A | scripts/phonepad | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/scripts/phonepad b/scripts/phonepad @@ -0,0 +1,7 @@ +#!/bin/bash +# Script to print out a phone-like keypad +column -t <<EOF +1. 2abc 3def +4ghi 5jkl 6mno +7pqrs 8tuv 9wxyz +EOF