By the way, I just realized that `/bin` is not necessary, because the busybox
can be in the root folder `/busybox ash` and the program still works..
The mime would remain like this.
```sh
<match type="string" value="/bash" offset="2:16"/>
<match type="string" value="/nawk" offset="2:16"/>
<match type="string" value="/zsh" offset="2:16"/>
<match type="string" value="/sh" offset="2:16"/>
<match type="string" value="/ksh" offset="2:16"/>
<match type="string" value="/dash" offset="2:16"/>
<match type="string" value="/env sh" offset="2:16"/>
<match type="string" value="/env bash" offset="2:16"/>
<match type="string" value="/env zsh" offset="2:16"/>
<match type="string" value="/env ksh" offset="2:16"/>
<match type="string" value="/busybox sh" offset="2:16"/>
<match type="string" value="/busybox ash" offset="2:16"/>
```
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3884#issuecomment-2132053029
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3884/[email protected]>