1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00
mail/res/push-channel.sh

3 lines
81 B
Bash
Raw Normal View History

2013-11-14 04:49:38 -05:00
#!/bin/sh
git checkout $1 && git merge master && git push && git checkout master