Executable Euphoria files
- Posted by Greg Phillips <i.shoot at REDNECKS.COM> Aug 01, 1999
- 754 views
I don't know if anyone has already mentioned this, but if you place this line: #!/home/greg/euphoria/bin/exu at the top of your linux euphoria files, and make them executable, you can just run them directly by typing in their filenames instead of taking the intermediate steps of either typing 'exu file.ex', or having that same line in an otherwise empty executable file. Greg Phillips

