diff options
Diffstat (limited to '.local/bin/unix')
| -rwxr-xr-x | .local/bin/unix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.local/bin/unix b/.local/bin/unix index 74aa580..a9fb96e 100755 --- a/.local/bin/unix +++ b/.local/bin/unix @@ -1,4 +1,5 @@ -#!/usr/bin/env sh +#!/bin/sh + #original artwork by http://www.sanderfocus.nl/#/portfolio/tech-heroes #converted to shell by #nixers @ irc.unix.chat @@ -22,4 +23,4 @@ cat << 'eof' [38;5;118m/ [38;5;20m/ [38;5;240m%[38;5;20m%%%%[38;5;240m%;, [38;5;255m\[38;5;240m%[38;5;20m%[38;5;255ml[38;5;240m%%;// _/[38;5;20m%;,[0m [38;5;234mdmr[0m [38;5;20m/ [38;5;240m%[38;5;20m%%;,[0m [38;5;255m<[38;5;20m;[38;5;240m\-=-/ /[0m [38;5;20m;,[0m [38;5;240ml[0m -eof
\ No newline at end of file +eof |
