This script just remove all .svn from the current dir (Not the selected...)Install:copypasta into ~/.gnome2/nautilus-scripts/Source Code Script:[quote]#!/bin/bashfind . -name .svn -print0 | xargs -0 rm -rfzenity --info --text "Done."[/quote]
Ratings & Comments
0 Comments