I have a script which I would like to pass by name to ijconsole so that stdin is usable for something other than reading script lines. I would like command line args to be accepted as with bash file.sh arg1 arg2, without the script name polluting ARGV. Is this possible?
I could not find much documentation on ijconsole. I would like to avoid defining a #! script if possible. Also, could anyone explain what is meant by the hash bang line being run as a J sentence in https://www.jsoftware.com/help/user/hashbang.htm? I am confused as to why that would be run. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
