/ Published in: Groovy
Expand |
Embed | Plain Text
#!/usr/bin/env groovy // Remove all svn removed files from working dir matcher = (line =~ /^\!\s+(.+)$/) } }
You need to login to post a comment.
thebugslayer on 09/29/07
1 person have marked this snippet as a favorite
#!/usr/bin/env groovy // Remove all svn removed files from working dir matcher = (line =~ /^\!\s+(.+)$/) } }
You need to login to post a comment.