#!/bin/bash if [ -z "$1" ]; then echo "$0 " exit 1 fi cd "${BASH_SOURCE%/*}" source common/utils.sh remove_known_hosts "$1" exit 0