$ brew install dart
$ which dart
/usr/local/bin/darthello.dart:
#!/usr/bin/env dart
void main() {
  print('Hello Dart.');
}$ chmod u+x hello.dart
$ ./hello.dart
Hello Dart.
$ brew install dart
$ which dart
/usr/local/bin/darthello.dart:
#!/usr/bin/env dart
void main() {
  print('Hello Dart.');
}$ chmod u+x hello.dart
$ ./hello.dart
Hello Dart.