Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 old=$1 | |
|
kasperl
2014/01/07 07:18:43
Add comment that explains what this is for.
ahe
2014/01/07 14:06:23
Done.
| |
| 2 new=$2 | |
| 3 echo git checkout-index -a -f --prefix=$new/ | |
| 4 echo rm -rf $old | |
| 5 echo sh $new/dart/web_editor/create_manifest.sh \> live.appcache | |
| 6 echo sed -e "'s/$old/$new/'" -i.$old index.html | |
| OLD | NEW |