|
|
|
|
|
by ckatri
442 days ago
|
|
The best and most common uses for this are Wine and qemu-static. For example, the following (which I grabbed from Wikipedia) `:DOSWin:M::MZ::/usr/bin/wine:` will register `/usr/bin/wine` to run as the wrapper for any .exe that gets executed, with no extra config needed. It simply sees that you tried to run a PE file and will run it in wine. |
|
That is really nice actually!
this could theoretically be used as a scriptesto alternative but it requires some command to run , I was hoping there was a way to use something other than shebang