summaryrefslogtreecommitdiffstats
path: root/svnrm
blob: 12b18b6a1fc02cb870167dea51727f32fe3b6783 (plain)
1
2
3
#!/bin/bash

svn up --set-depth exclude "$@" && rm -rf "$@"