apenwarr-redo/t/nonshelltest.do
Avery Pennarun f641e52e3b Handle .do files that start with "#!/" to specify an explicit interpreter.
Now you can have your .do files interpreted by whatever interpreter you
want.
2011-01-01 22:10:14 -08:00

3 lines
58 B
Text

#!/usr/bin/env perl
$a="perly";
print "hello $a world\n";