aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/git-push-public.sh
blob: 319ab5cd5014ac72d9e03fdcb8fb41d372eb7127 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

echo jordan
git push jordan $*
echo jausoft
git push jausoft $*
echo github
git push github $*
echo gitlab
git push gitlab $*
echo gitflic
git push gitflic $*