Skip to content

Instantly share code, notes, and snippets.

@johnholbrook
Created September 11, 2019 22:36
Show Gist options
  • Select an option

  • Save johnholbrook/6ad463f832c48f2c8b27e5b0e484c3d7 to your computer and use it in GitHub Desktop.

Select an option

Save johnholbrook/6ad463f832c48f2c8b27e5b0e484c3d7 to your computer and use it in GitHub Desktop.
for i in {1..30}
do
echo "Loop $i"
youtube-dl -a list.txt
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment