scripts

shell scripts
git clone git://git.bitsmanent.org/scripts
Log | Files | Refs | README

commit 02b2922c9138eb0a1c0bd31053d0422d748136f7
parent d386c0e6c5f11c53a27b3e3abc39ff1e649a4ca6
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Sun, 18 Sep 2016 12:23:41 +0200

[moin] Fix description.

Diffstat:
MREADME.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -274,7 +274,9 @@ moin Play a random song from a YouTube playlist. The playlist is specified by its ID, if none is give $DEFLIST is used. Default player is mpv, refine the $PLAYER and $PLAYER_OPTS variable to fit your needs. You may want to wake up in the -morning like this: +morning but putting the following in your crontab: +``` # Plays from monday to friday at 08:00am 0 8 * * 1-5 /path/of/moin +```