summaryrefslogtreecommitdiffstats
path: root/.scripts/unix
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-07-30 01:22:17 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-07-30 01:22:17 -0400
commitc548b586654529ac4e8af3b9411c0434229c3e63 (patch)
tree2ddb0176d5657ad8666534e6f4cbaaf1a955d972 /.scripts/unix
parent0fe62521c1238270a0cf2b1c7cd3a78415433916 (diff)
downloadeibhear-c548b586654529ac4e8af3b9411c0434229c3e63.tar.gz
eibhear-c548b586654529ac4e8af3b9411c0434229c3e63.tar.zst
eibhear-c548b586654529ac4e8af3b9411c0434229c3e63.zip
`unix` decoration script added
Diffstat (limited to '.scripts/unix')
-rwxr-xr-x.scripts/unix25
1 files changed, 25 insertions, 0 deletions
diff --git a/.scripts/unix b/.scripts/unix
new file mode 100755
index 0000000..14d7ef0
--- /dev/null
+++ b/.scripts/unix
@@ -0,0 +1,25 @@
+#!/bin/sh
+#original artwork by http://www.sanderfocus.nl/#/portfolio/tech-heroes
+#converted to shell by #nixers @ irc.unix.chat
+
+cat << 'eof'
+ ,_ ,_==▄▂
+ , ▂▃▄▄▅▅▅▂▅¾. / /
+ ▄▆<´ "»▓▓▓%\ / / / /
+ ,▅7" ´>▓▓▓% / / > / >/%
+ ▐¶▓ ,»▓▓¾´ /> %/%// / /
+ ▓▃▅▅▅▃,,▄▅▅▅Æ\// ///>// />/ /
+ V║«¼.;→ ║<«.,`=// />//%/% / /
+ //╠<´ -²,)(▓~"-╝/¾/ %/>/ />
+ / / / ▐% -./▄▃▄▅▐, /7//;//% / /
+ / ////`▌▐ %zWv xX▓▇▌//&;% / /
+ / / / %//%/¾½´▌▃▄▄▄▄▃▃▐¶\/& /
+ </ /</%//`▓!%▓%╣[38;5;255;╣WY<Y)y&/`\
+ / / %/%//</%//\i7; ╠N>)VY>7; \_ UNIX IS VERY SIMPLE IT JUST NEEDS A
+ / /</ //<///<_/%\▓ V%W%£)XY _/%‾\_, GENIUS TO UNDERSTAND ITS SIMPLICITY
+ / / //%/_,=--^/%/%%\¾%¶%%} /%%%%%%;\,
+ %/< /_/ %%%%%;X%%\%%;, _/%%%;, \
+ / / %%%%%%;, \%%l%%;// _/%;, dmr
+ / %%%;, <;\-=-/ /
+ ;, l
+eof \ No newline at end of file