1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-11 03:35:01 -05:00
mail/res/push-channel.sh
2013-11-14 10:49:38 +01:00

3 lines
81 B
Bash
Executable File

#!/bin/sh
git checkout $1 && git merge master && git push && git checkout master