# 通常bashバージョン
alias nippo="curl -sL \"https://gist.githubusercontent.com/umihico/4b131c0a9a521df40abcde701c90cc67/raw/nippo.sh?v=$(date +'%s')\" | bash -e"
# エラーした人向けdocker利用バージョン
alias nippo="curl -sL \"https://gist.githubusercontent.com/umihico/4b131c0a9a521df40abcde701c90cc67/raw/dockered.sh?v=$(date +'%s')\" | bash -e"
# 前日分を出力したい場合は、export NIPPO_OFFSET=0を1に変えてください。
export NIPPO_OFFSET=0; nippo