3 lines
83 B
Plaintext
3 lines
83 B
Plaintext
|
#!/bin/sh
|
||
|
mkchromecast --notifications --video --control -y $1 2>/dev/null || true
|