5 lines
71 B
Bash
Executable File
5 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
exec mpv --no-video --ytdl-format=worstaudio "${@}"
|