Dart, content-shell and cygwin
Following my post on how to get pub working on cygwin, I wanted to use content-shell as well. Here it is a simple:
Get content shell from http://gsdview.appspot.com/dart-archive/channels/stable/release/latest/dartium/, choose content_shell-ia32-release.zip
Uncompress and add the resulting folder to you global PATH variable
works fine in cygwin
Get content shell from http://gsdview.appspot.com/dart-archive/channels/stable/release/latest/dartium/, choose content_shell-ia32-release.zip
Uncompress and add the resulting folder to you global PATH variable
$ pub run test -p content-shell
works fine in cygwin