Compare commits
No commits in common. "f73dfb58ef7668f1536c57807bd364cb9b39e27f" and "d3fd951e05e459265c9774ca95effbbe4ff6de5b" have entirely different histories.
f73dfb58ef
...
d3fd951e05
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/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
2
new
|
@ -4,6 +4,6 @@ _cam_directory='cams'
|
||||||
mkdir -p "$_cam_directory"
|
mkdir -p "$_cam_directory"
|
||||||
|
|
||||||
echo '#!/bin/sh' >> "$_cam_directory/$1"
|
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"
|
chmod +x "$_cam_directory/$1"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue