#!/bin/bash if [[ $# -gt 0 ]] then if [[ "$1" = "bash" || "$1" = "sh" || "$1" = "zsh" || "$1" = "/bin/bash" ]] then CMD=$1 shift $CMD -c "$@" exit fi fi /code/bin/incoviba "$@"