Handle .do files that start with "#!/" to specify an explicit interpreter.
Now you can have your .do files interpreted by whatever interpreter you want.
This commit is contained in:
parent
f24d4f142b
commit
f641e52e3b
7 changed files with 38 additions and 11 deletions
3
t/nonshelltest.do
Normal file
3
t/nonshelltest.do
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env perl
|
||||
$a="perly";
|
||||
print "hello $a world\n";
|
||||
Loading…
Add table
Add a link
Reference in a new issue