Skip to content

Commit

Permalink
Revise script to get rid of orig files
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Apr 8, 2012
1 parent 4590397 commit 8465bdc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
9 changes: 9 additions & 0 deletions scripts/remove_git_confict_files.sh
@@ -0,0 +1,9 @@
#!/bin/bash

#
# A simple script to get rid of .orig and .rej files left in
# your repository by svn. It will request confirmation before
# deleting each file.
#
# Tim Sutton, May 2008
find . -name "*.orig" -exec rm -rf {} \;
16 changes: 0 additions & 16 deletions scripts/remove_svn_conflict_files.sh

This file was deleted.

0 comments on commit 8465bdc

Please sign in to comment.