Answers for "shell script how to change directory"

0

bash script change directory run a command

#!/bin/sh
cd "$1" && shift && "$@"
Posted by: Guest on April-24-2020

Code answers related to "shell script how to change directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language