Last active
March 4, 2022 02:07
-
-
Save arrow2nd/e4d67f7fe4bcc9c0ccc84aba5ad99386 to your computer and use it in GitHub Desktop.
2022/02/22 22:22:22 に twnyan で「にゃーん」するスクリプト
This file contains hidden or 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
#!/bin/sh | |
# ツイート反映に1秒かかるので21秒に実行 | |
while [ `date +"%Y%m%d%H%M%S"` -lt `date +"%Y%m%d"`222221 ] | |
do | |
echo `date +"%Y%m%d%H%M%S"` | |
sleep 1 | |
done | |
twnyan tw |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment