diff --git a/res/push-channel.sh b/res/push-channel.sh new file mode 100755 index 0000000..367e90b --- /dev/null +++ b/res/push-channel.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +git checkout $1 && git merge master && git push && git checkout master \ No newline at end of file