|
|
|
|
|
by bitwize
732 days ago
|
|
Linux has a feature called 'binfmt_misc' which allows you to associate an interpreter to run when a file of any arbitrary format is invoked like an executable. You have to tell the kernel which extension or format is associated with which interpreter, but this is easily done in a startup script. You still have to say '.py' at the end, though. |
|