a22b1acee53e5a19a37115e1df828a147b96a647
[khome.git] / home / bin / video_catalog_play
1 #! /bin/sh
2
3 set -e
4
5 LINES=60
6
7 file=$(khomenu -l "$LINES" < "$FILE_VIDEO_CATALOG")
8 mpv "$file"
This page took 0.052948 seconds and 3 git commands to generate.