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"/> ```