summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHellekin O. Wolf =8) <[email protected]>2011-02-06 02:02:41 (GMT)
committer Hellekin O. Wolf =8) <[email protected]>2011-02-06 02:02:41 (GMT)
commitb51df38dad4e38eb3d573691f759df923d04eb6a (patch)
tree8e64bea7983886cdde019102577373114ff09934
parented4e9f54937041c65150552952f264862a9137d4 (diff)
example banners for messageswork
-rw-r--r--src/banner28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/banner b/src/banner
new file mode 100644
index 0000000..d2327ea
--- a/dev/null
+++ b/src/banner
@@ -0,0 +1,28 @@
+#!/bin/zsh
+
+VERSION="v0.2.1" # git rev-parse
+
+u=${SUDO_USER:-$(whoami)}
+
+#---|---------_---------_---------_---------_---------_---------_---------_---------_
+
+echo
+echo " ,-------------------------------------------------. "
+echo " ,--. / Your tomb is open on loop3. Beware of zombies... )"
+echo "( x o) (___________________________________________________/ "
+echo " \||| / ${u}'s Tomb ${VERSION} $(date +'%F %X') "
+echo
+
+echo
+echo " ,-------------------------------------------------. "
+echo " ,--. / Mr Carpenter needs to size ya for the coffin: )"
+echo "( o O) ( How big do you want it? (in Mb) / "
+echo " \||| /\_________________________________________________/ "
+echo
+
+echo
+echo " \` ' ,--------------------------------------------------. "
+echo " ,-'. / Ye ain't gonna find any tomb without a name... )"
+echo "( x x) (____________________________________________________/ "
+echo " \|:| / ${u}'s Tomb ${VERSION} $(date +'%F %X') "
+echo