wtf with scala scripting?
May. 24th, 2010 12:04 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I have an ubuntu, and scala 2.7.something, and I try this:
all I see is as if I were running
#!/bin/sh exec scala "$0" "$@" !# Console.println("Hello, world!") argv.toList foreach Console.println
all I see is as if I were running
whoami
.