5 lines
125 B
Text
5 lines
125 B
Text
|
|
#!/usr/bin/env jsish
|
||
|
|
/* Program name, in Jsish */
|
||
|
|
puts('Executable:', Info.executable());
|
||
|
|
puts('Argv0 :', Info.argv0());
|