#
#  For weather.pl 
#
# ʼ˸ŷ7:30 ž
30 7 * * * $HOME/script/weather.pl -url="http://weather.yahoo.co.jp/weather/daily/s28_t.html" -area=1 | $HOME/script/sky.pl -no_header -subject="_weather" -mail -du=no > /dev/null 2>&1

# ƱȡˡǾ꤯ʤϻƤߤƤ
30 7 * * * $HOME/script/sky_http.pl -url="http://weather.yahoo.co.jp/weather/daily/s28_t.html" | $HOME/script/weather.pl -area=1 | $HOME/script/sky.pl -no_header -subject="_weather" -mail -du=no > /dev/null 2>&1

#
#  For absence.pl
#
# [weekday_absence_time]
#  23:00	7:15
#  absence.dat ˵Ҥ
15 7 * * 1-5 ~/script/absence.pl -flush -pipe

#
# For taji_souron.pl
#
# ī 7:20 ˺ǿǡ¿٤ž
20 7 * * * $HOME/script/taji_souron.pl | $HOME/script/sky.pl -cut_html -from=_TAJI -mail > /dev/null 2>&1

#
# For juicer.pl
#
# ī 7:30 CD󥰥Υ󥭥󥰤ž
30 7 * * * $HOME/script/juicer.pl -command=single | $HOME/script/sky.pl -cut_html -from=_SINGLE -cr=1 -du=no -mail > /dev/null 2>&1

# ī 7:40 CDХΥ󥭥󥰤ž
40 7 * * * $HOME/script/juicer.pl -command=album | $HOME/script/sky.pl -cut_html -from=_ALBUM -cr=1 -du=no -mail > /dev/null 2>&1

# ī 7:50 ˱ǲ󥭥󥰤ž
50 7 * * * $HOME/script/juicer.pl -command=movie | $HOME/script/sky.pl -cut_html -from=_MOVIE -cr=1 -du=no -mail > /dev/null 2>&1



