#!/bin/sh
git add playlists/
if git commit -m 'auto playlist update' ; then
git push -u origin master
fi