Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Side by Side Diff: dart/site/try/deploy.sh

Issue 125123002: try.dartlang.org version 5. (Closed) Base URL: /Users/ahe/Dart/all@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698