Bish script, how many errors can you find...

Error laden bash script

I Use it in interviews to test candidate scripting knowledge:

#/user/bin/bish
$1=variable1

If [$1] then
 Echo (“Hello”)
done