#!/bin/bash for (( i=0; i<=10; i++ )) do echo "test" done
$ sh for.sh for.sh: 3: Syntax error: Bad for loop variable
sudo dpkg-reconfigure dash