diff options
author | davidovski <david@davidovski.xyz> | 2025-03-17 22:54:39 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2025-03-17 22:54:39 +0000 |
commit | b3b4975df588e7c71bebb3cd7f4e83fd7a70b983 (patch) | |
tree | ae01e2115993946c5841aaf0c810a26476c2fa8e /scripts/z | |
parent | 6c1de1e807d39883c975933c4c35b91f1df88fd6 (diff) |
floating little bars and rounded borders
Diffstat (limited to 'scripts/z')
-rwxr-xr-x | scripts/z | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/z b/scripts/z new file mode 100755 index 0000000..25957aa --- /dev/null +++ b/scripts/z @@ -0,0 +1,10 @@ +#!/bin/sh + +printf " +\e[1;36mZzzzz \e[0;33m|\ _,,,--,,_ + /\e[1;37m,\e[0;33m \`.-'\`' ._ \-;;, + |\e[1;37m,3\e[0;33m- \e[0;33m) )_ .;.( \e[0;33m\`'-' + \e[0;33m '---''(_/._)-'(_\_) \e[0;m + +" + |