Skip to content

Instantly share code, notes, and snippets.

View mjsilva's full-sized avatar

Manuel Silva mjsilva

View GitHub Profile
@mjsilva
mjsilva / svn-remove-stale-branches.sh
Created November 30, 2012 14:25
Remove branches that belong to closed tickets
#!/bin/bash
if (($# == 0)); then
echo ""
echo "Available flags:"
echo "-s svn url"
echo "-j jira url"
echo "-v venture project code"
echo "-u jira/svn user"
echo "-p jira/svn password"