-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tl removes shebang in scripts #646
Comments
You can use
as your shebang line and keep the script code in Teal. Does that solve your problem? I'm a bit torn about automatically preserving the shebang line upon compilation because if a Teal script contains a hashbang pointing to |
maybe check if the shebang contains It won't be perfect (not by a long shot) but might be correct for enough cases to be worth it? |
Thanks all contributors for satisfying feature request! |
Hello! I use some Lua files as system scripts with executable bits and shebang at first line.
But tl compiler remove this first line. Could this behavior be fixed to leave this line alone in generated file?
The text was updated successfully, but these errors were encountered: