dart-sdk/site/try
William Hesse 634e5a1d02 Refs #25328 Use a portable shebang
BSD systems don't place bash in /bin and a lot of the dart tools
hardcode a #!/bin/bash shebang that fails the 'all' target build
(not able to execute dart2js since the interpreter is not found).

Solve the issue by using #!/usr/bin/env as the shebang. For scripts
that need to pass arguments to bash modify the script to use the set
command as the first executed line of shell.

BUG=
R=whesse@google.com

Review URL: https://codereview.chromium.org/1552313002 .
2016-01-05 16:26:28 +01:00
..
bugs
poi - Fix use of Platform.packageRoot. 2015-12-17 14:20:51 -08:00
src
.gitignore
add_time_stamp.py
app.yaml Revert "Remove third_party/pkg/petitparser and third_party/pkg/intl" 2015-12-17 11:22:35 +01:00
build_try.gyp Revert "Remove third_party/pkg/petitparser and third_party/pkg/intl" 2015-12-17 11:22:35 +01:00
create_manifest.sh Refs #25328 Use a portable shebang 2016-01-05 16:26:28 +01:00
dart-icon-196px.png
dart-icon.png
dart-iphone5.png
dartlang-style.css
favicon.ico
iframe.html
iframe.js
index.html
line_numbers.css
Makefile
nossl.appcache
nossl.html
nossl.js
not_found.html
project_server.dart
README
ssl.appcache
testing.txt
try-dart-screenshot.png

See https://code.google.com/p/dart/wiki/TryDart.