5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
|
#!/bin/sh
|
||
|
/usr/local/bin/mpv --no-video --force-window=no "$@"
|
||
|
|
||
|
|