/ Published in: Bash
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
#!/bin/bash
if [ ! "$1" ]
then
1='.'
fi
svn rm $1 `svn st $1 | grep '^!.*' | tr -d '! ' | tr '\n' ' ' | sort -n`
Comments
 Subscribe to comments
                    Subscribe to comments
                
                