2
0
mirror of https://github.com/narkoz/hacker-scripts synced 2025-08-29 05:37:45 +00:00

fix comments in README

This commit is contained in:
Nihad Abbasov 2015-11-21 23:18:55 +04:00
parent aad5a0196c
commit 8869a094c9

View File

@ -33,10 +33,10 @@ Example cron:
# Runs `smack_my_bitch_up` daily at 9:20 pm.
20 21 * * * /bin/bash -l -c 'ruby smack_my_bitch_up.rb'
# Runs `kumar_asshole` every 10 minutes.
# Runs `hangover` daily at 8:45 am.
45 8 * * * /bin/bash -l -c 'ruby hangover.rb'
# Runs `hangover` daily at 8:45 am.
# Runs `kumar_asshole` every 10 minutes.
0,10,20,30,40,50 * * * * /bin/bash -l -c 'ruby kumar_asshole.rb'
# Runs `fucking_coffee` hourly from 9am to 6pm.