Answers for "change directory script runs from"

0

bash script change directory run a command

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

Code answers related to "change directory script runs from"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language