Index: pkg/csslib/bin/css.dart |
diff --git a/pkg/fixnum/lib/fixnum.dart b/pkg/csslib/bin/css.dart |
similarity index 71% |
copy from pkg/fixnum/lib/fixnum.dart |
copy to pkg/csslib/bin/css.dart |
index 4ac6f2a8d31e4fa6aeecf213297030d98be34e44..08f29304a824d6ca6e65f2c1bd7a9bf277985a04 100644 |
--- a/pkg/fixnum/lib/fixnum.dart |
+++ b/pkg/csslib/bin/css.dart |
@@ -1,9 +1,8 @@ |
+#!/usr/bin/env dart |
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-library fixnum; |
+import 'package:csslib/css.dart' as css; |
-part 'src/intx.dart'; |
-part 'src/int32.dart'; |
-part 'src/int64.dart'; |
+void main() => css.main(); |