aboutsummaryrefslogtreecommitdiff
path: root/Scripts/.local/scripts/repo_desc_set
blob: a33d836ae2042dabc2369e1bf6b5e4f12810ac03 (plain)
1
2
3
#!/usr/bin/env sh

ssh git@git.aryadevchavali.com "cd /git/$1.git; git config gitweb.description \"$2\"";