#! /bin/bash AC=$(($4)) if [ $AC -eq 0 ]; then longrun -s 0 0 -f economy else longrun -s 0 100 -f performance fi