1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

1時間に1回音をならして時間の把握をする

Posted at

Mac環境

crontab.bak
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin
MAILTO=''

# ,----------分
# | ,--------時
# | | ,------日
# | | | ,----月
# | | | | ,--曜日(0:日 1:月 2:火 3:水 4:木 5:金 6:土 7:日)
# | | | | |
# * * * * * command
30 * * * * afplay /System/Library/Sounds/Glass.aiff
$ crontab crontab.bak

音を変えたかったら/System/Library/Sounds下を漁るかフリー素材とかを指定してやればよろし

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?