Skip to content

Instantly share code, notes, and snippets.

@tlrobinson
Created January 7, 2009 01:15
Show Gist options
  • Save tlrobinson/44109 to your computer and use it in GitHub Desktop.
Save tlrobinson/44109 to your computer and use it in GitHub Desktop.
#!/bin/sh
ruby <<EOT
puts "hello world"
EOT
#!/bin/sh
java org.mozilla.javascript.tools.shell.Main <<EOT
print("asdf")
EOT
[26][0] ~/scratch/stax/helloworld $ ./blah
Rhino 1.7 release 2 PRERELEASE 2008 07 28
js> js> asdf
js> js>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment