Accept a name for dl and include starter script file
[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.061448 seconds and 4 git commands to generate.