#!/bin/bash if [ -z "$1" ] then echo "Usage: ./manage SERVER-IP" exit 1 else host=$1 fi ssh -t "root@${host}" bash -ic "oas_controlshell"