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