4 lines
74 B
Bash
Executable file
4 lines
74 B
Bash
Executable file
#!/bin/bash
|
|
|
|
/usr/bin/mpv --input-ipc-server=/tmp/mpvsocket "${1}"
|
|
exit 0
|