Bash Script Change Directory Uruchom polecenie

#!/bin/sh
cd "$1" && shift && "$@"
Uninterested Unicorn