.files/dotfiles/local/bin/c3mpv

14 lines
207 B
Bash
Executable file

#!/usr/bin/env bash
#
# {{@@ header() @@}}
#
if [[ -z "${1}" ]] || [[ -z "${2}" ]]; then
echo "Usage: ${0} <event> <talk-id>"
echo "e.g.: ${0} 35c3 9766"
exit 1
fi
mpv /video/fuse/${1}/*/${2}/uncut.ts