Skip to content

Commit 85f6389

Browse files
mwalker174lbergelson
authored andcommitted
Print turtle to stderr instead of stdout (#38)
1 parent c110467 commit 85f6389

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cromshell

+6-6
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ function turtle()
6666
else
6767
eye=x
6868
fi
69-
echo " __ "
70-
echo " .,-;-;-,. /${eye}_\\ "
71-
echo " _/_/_/_|_\\_\\) / "
72-
echo " '-<_><_><_><_>=/\\ "
73-
echo " \`/_/====/_/-'\\_\\ "
74-
echo " \"\" \"\" \"\" "
69+
error " __ "
70+
error " .,-;-;-,. /${eye}_\\ "
71+
error " _/_/_/_|_\\_\\) / "
72+
error " '-<_><_><_><_>=/\\ "
73+
error " \`/_/====/_/-'\\_\\ "
74+
error " \"\" \"\" \"\" "
7575
}
7676

7777
function thoughtBubble()

0 commit comments

Comments
 (0)