2
0
mirror of https://github.com/narkoz/hacker-scripts synced 2025-08-23 10:57:13 +00:00

Merge pull request #1 from benjojo/patch-1

Fixed error in README
This commit is contained in:
Nihad Abbasov 2015-11-21 23:17:18 +04:00
commit aad5a0196c

View File

@ -30,7 +30,7 @@ Set environment variables. See `.env.example`
Example cron:
```sh
# Runs `smack_my_bitch_up` daily at 9:20 am.
# 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.