Diretório de mudança de scripts do Bash Execute um comando
#!/bin/sh
cd "$1" && shift && "$@"
Uninterested Unicorn
#!/bin/sh
cd "$1" && shift && "$@"