aboutsummaryrefslogtreecommitdiff
path: root/Scripts/.local/scripts/repo_create
blob: 325a2bf968b02ce642e6ff9041d49d930ef2229d (plain)
1
2
3
4
5
6
7
#!/usr/bin/env sh

ssh git@git.aryadevchavali.com "mkdir -p /git/$1.git; git init --bare /git/$1.git;
cd /git/$1.git;
git config gitweb.owner \"Aryadev Chavali <aryadev@aryadevchavali.com>\";
git config gitweb.description \"$2\"";
git clone git@git.aryadevchavali.com:/git/$1