1 2 3 4 5 6 7 8 9 10
#!/bin/bash if [ $1 == "v4" ] then echo "Cleaning v4" else echo "Cleaning v6" fi