Skip to content

Instantly share code, notes, and snippets.

@arrow2nd
Last active March 4, 2022 02:07
Show Gist options
  • Save arrow2nd/e4d67f7fe4bcc9c0ccc84aba5ad99386 to your computer and use it in GitHub Desktop.
Save arrow2nd/e4d67f7fe4bcc9c0ccc84aba5ad99386 to your computer and use it in GitHub Desktop.
2022/02/22 22:22:22 に twnyan で「にゃーん」するスクリプト
#!/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