Devboot update: 23-11-15-23-39-46
This commit is contained in:
13
scripts/shell/run-streamlink.sh
Executable file
13
scripts/shell/run-streamlink.sh
Executable 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
|
||||
Reference in New Issue
Block a user