AndroidDecompiler
AndroidDecompiler copied to clipboard
/bin/sh does not always point to shell supporting [[ ... ]]
trafficstars
[[ ]] is not POSIX, maybe use BASH, ZSH directly
I changed the firt line to /bin/bash as well