Add autohell support. - geomyidae - a small C-based gopherd (mirror) | |
git clone git://git.codemadness.org/geomyidae | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 4b3c0afd77c35f4df4318c887cd6e5e6d247ee68 | |
parent 4140d67a13c6888267e975e8bf60bfe91f3d21a4 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Wed, 28 Feb 2024 15:32:48 +0100 | |
Add autohell support. | |
Diffstat: | |
A autohell.sh | 20 ++++++++++++++++++++ | |
1 file changed, 20 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/autohell.sh b/autohell.sh | |
@@ -0,0 +1,20 @@ | |
+#!/bin/sh | |
+ | |
+echo <<END | |
+ , ,, , | |
+ | || | ,/ _____ \. _______ | |
+ \_||_/ ||_/ \_|| / \ | |
+ || \_| . . |_/ | HELLO | | |
+ || | L | _\_______/ | |
+ ,|| |`==='| ./ | |
+ |>| ___`> -<'___ | |
+ |>|\ / \ | |
+ \>| \ / , . . | | |
+ || \/ /| . | . | | | |
+ ||\ ` / | ___|___ | | ( | |
+ (( || `--' | _______ | | )) ( | |
+( )\|| ( )\ | - --- - | -| ( ( \ )) | |
+(\/ || ))/ ( | -- - -- | | )) ) \(( | |
+ ( ()||((( ())| | |( (( () )hjm | |
+END | |
+ |