From 224cc7ad06405e41e8e38f846eebce7e8a94a503 Mon Sep 17 00:00:00 2001 From: Joshua Pickard Date: Fri, 5 May 2023 18:34:37 +0000 Subject: [PATCH] Add 'bash/README.md' --- bash/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bash/README.md diff --git a/bash/README.md b/bash/README.md new file mode 100644 index 0000000..b0e2af2 --- /dev/null +++ b/bash/README.md @@ -0,0 +1,3 @@ +`chmod a+x script.sh` + +`./script.sh -i urls` where urls is a text file with lines of videos to download \ No newline at end of file