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

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

svn executable added

  • Property svn:executable set to *
File size: 265 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`
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.