/ ss.sh
ss.sh
1  silicon $1 -o $2
2  if [[ $3 ]]; then
3      #code
4      silicon $1 -o $2 --highlight-lines $3
5  fi