| Index: tools/testing/legpad/example.sh
|
| diff --git a/tools/testing/legpad/example.sh b/tools/testing/legpad/example.sh
|
| deleted file mode 100755
|
| index 96cb79f58cdd943a148c5e1b123d6233f6e7ec6d..0000000000000000000000000000000000000000
|
| --- a/tools/testing/legpad/example.sh
|
| +++ /dev/null
|
| @@ -1,10 +0,0 @@
|
| -# Sample script showing how to use legpad.
|
| -
|
| -# First compile "legpad.dart" to "legpad.dart.js" usung dart2js.
|
| -set -x
|
| -DART_DIR="../../.."
|
| -$DART_DIR/out/Release_ia32/dart2js --out=legpad.dart.js legpad.dart
|
| -
|
| -# Now run legpad to generate an html page that can be used to compile
|
| -# example.dart
|
| -python legpad.py example.dart
|
|
|