source: other-projects/tipple-android/mixare-fixes.sh@ 29930

Last change on this file since 29930 was 26902, checked in by davidb, 11 years ago

Tweaked to ignore any .svn files/folders

  • Property svn:executable set to *
File size: 284 bytes
Line 
1echo "***"
2echo "Adding changes to some of the Mixare files..."
3echo "***"
4echo ""
5
6cd mixare-fixes
7for td in src res; do
8
9 cfiles=`find $td -type f | egrep -v '\.svn'`
10
11 for cfile in $cfiles ; do
12 echo "Overwriting $cfile"
13 /bin/cp $cfile ../mixare/$cfile
14 done
15
16done
17cd ..
Note: See TracBrowser for help on using the repository browser.