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

Side by Side Diff: tools/testing/legpad/example.sh

Issue 9866022: legpad.py (python script that generates legpad.html files) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: throw on compilation error Created 8 years, 8 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 # sample script how to use legpad
ahe 2012/03/30 08:55:32 No copyright.
ahe 2012/03/30 08:55:32 #!/bin/bash
2
3 # first compile "legpad.dart" to "legpad.dart.js" usung dart2js
ahe 2012/03/30 08:55:32 using
ahe 2012/03/30 08:55:32 Not a proper sentence. Start with a capitalized wo
4 set -x
ahe 2012/03/30 08:55:32 set -x -e
5 DART_DIR="../../.."
6 $DART_DIR/out/Release_ia32/dart $DART_DIR/out/Release_ia32/dart2js --out=legpad. dart.js legpad.dart
7
8 # now run legpad to generate an html page that can be used to compile example.da rt
ahe 2012/03/30 08:55:32 Long line, not a proper sentence.
9 python legpad.py example.dart
ahe 2012/03/30 08:55:32 exec python ...
10
ahe 2012/03/30 08:55:32 Extra line.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698