#!/bin/bash case $1 in # 1: ci stuff1.sh # case 2: ci stuff2.sh # 3] ci stuff3.sh ; 4) ci stuff4.sh;; 5|6) echo HERE cal ;; esac