Compare commits

..

No commits in common. "f73dfb58ef7668f1536c57807bd364cb9b39e27f" and "d3fd951e05e459265c9774ca95effbbe4ff6de5b" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
./launcher.sh "https://www.youtube.com/watch?v=6B_6K-splRU" "$1"
./launcher.sh "https://www.youtube.com/watch?v=Z591sNEtPgs" "$1"

2
new
View File

@ -4,6 +4,6 @@ _cam_directory='cams'
mkdir -p "$_cam_directory"
echo '#!/bin/sh' >> "$_cam_directory/$1"
echo "./launcher.sh \"$2\" "'"$1"' >> "$_cam_directory/$1"
echo "./launcher \"$2\" "'"$1"' >> "$_cam_directory/$1"
chmod +x "$_cam_directory/$1"