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

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

Tipple reborn after Chris's Summer of Code 2013

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.