Created
December 31, 2019 21:18
-
-
Save tyru/9b511604160a183207053a57b554d9fa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clear | |
echo -n -e "\x1b7" | |
while :; do | |
# 2>/dev/null: hide python stacktrace when Ctrl-C | |
output=$(echo -n -e "あけましておめでとうこざいます。\n本年も日経Linuxとラズパイマガジンをご愛読のほど、\n何卒よろしくお願いいたします。" | boxes -d mouse | lolcat -F 1 -f 2>/dev/null) | |
echo -n -e "\x1b8$output" | |
sleep 0.5s | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment