Anonymous 08/11/2018 (Sat) 04:17:38 No.1259 del
>>1237
>>1238
>>1245
>"I use Debian with dash as the interpreter for sh and your scripts don't work, so you should shebang it as #!/bin/bash and it will work."
Jesus Christ, no, sorry I know I'm fucking late but I meant you should just shebang it to bash instead of /bin/sh if you were gonna have bashisms.

>Can you give me an example of one of the bash-isms from my scripts ?
I haven't looked for every little thing but most of the scripts use "==" instead of the "=" operator when checking for equality.