#! /bin/bash ytdl() { cd /Volumes/path/to/saveVideo; /usr/local/bin/youtube-dl -f "mp4" $1 } ytdl $1