From c0823d1f91a0e990a23d82720a051f17c79e0cc9 Mon Sep 17 00:00:00 2001 From: b4rkod Date: Wed, 27 Dec 2023 19:42:57 +0300 Subject: made things slightly better --- basics.sh | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 basics.sh (limited to 'basics.sh') diff --git a/basics.sh b/basics.sh new file mode 100644 index 0000000..b2fc9c0 --- /dev/null +++ b/basics.sh @@ -0,0 +1,41 @@ +#!/bin/sh +header() { +printf \ " + + + + + + + + + + +Barkod's Basement +" + +printf \ " + +

$1

+
" +printf \ " + +
+" +} + +footer() { + printf \ '
+ + ' +} -- cgit v1.2.3