Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 #!/bin/sh | |
|
kasperl
2012/04/28 08:34:25
It seems like we have more components now that nee
Bob Nystrom
2012/04/30 17:30:56
This is a good idea. We probably should but I don'
| |
| 2 # Run pub.dart on the Dart VM. This script assumes the Dart SDK's directory | |
| 3 # structure. | |
| 4 | |
| 5 SCRIPTPATH=`dirname $0` | |
| 6 $SCRIPTPATH/dart $SCRIPTPATH/../util/pub/pub.dart $@ | |
| OLD | NEW |