Devboot update: 23-11-15-23-39-46

This commit is contained in:
Matheus Albino
2023-11-15 23:39:46 -03:00
parent 8963903621
commit 788ec57124
3 changed files with 42 additions and 7 deletions

13
scripts/shell/run-streamlink.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
# Check if a parameter is provided
if [ -z "$1" ]; then
echo "Usage: $0 <FOO>"
exit 1
fi
# Assign the parameter to a variable
FOO="$1"
# Run the streamlink command
streamlink.exe "$FOO" best