Skip to content

Instantly share code, notes, and snippets.

@tyru
Created December 31, 2019 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tyru/9b511604160a183207053a57b554d9fa to your computer and use it in GitHub Desktop.
Save tyru/9b511604160a183207053a57b554d9fa to your computer and use it in GitHub Desktop.
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