Test if per-host scripts dir exists before trying to access it
[khome.git] / home / bin / video-catalog-play
CommitLineData
f7352c48
SK
1#! /bin/sh
2
3set -e
4
5LINES=60
6
7file=$(khomenu -l "$LINES" < "$FILE_VIDEO_CATALOG")
8mpv "$file"
This page took 0.103604 seconds and 4 git commands to generate.