create dir if doesnt exist

This commit is contained in:
Stefen Auris 2023-02-04 16:17:42 -05:00
parent 998e76a8e1
commit e26ecd9efa

View file

@ -12,7 +12,7 @@ do
esac
done
cd /home/stev/Videos/Twitch/$username
cd /home/stev/Videos/Twitch/$username || mkdir -v ~/Videos/Twitch/$username
yt-dlp -q -f $format "https://www.twitch.tv/$username/videos?filter=archives&sort=time"