diff options
Diffstat (limited to 'maint/push-to-public')
-rwxr-xr-x | maint/push-to-public | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/maint/push-to-public b/maint/push-to-public new file mode 100755 index 0000000..d1ab4f3 --- /dev/null +++ b/maint/push-to-public @@ -0,0 +1,4 @@ +#!/bin/sh +set -e +git push public +git push github |