1. Shroud on Linux run on Windows?
- Posted by K_D_R Nov 03, 2011
- 1311 views
From the manual:
On Unix, the shrouder will make your shrouded file executable, and will add a ! line at the top, that will run *eub.exe*. You can override this ! line by specifying your own ! line at the top of your main Euphoria file.
A couple of questions...
Is the reference to "eub.exe" regarding Unix in error? Shouldn't it be just be "eub"?
Secondly, what is this obscure reference to a "! line"? It is commonly called a "Shebang line". I think it would be wise to follow convention, particularly if no further elaboration of the feature is presented. A user can do a web search for "Shebang" or "shebang line" and obtain information as to how it works. Searching for "! line" is no help.