#!/usr/bin/env bash # # {{@@ env['dotdrop_warning'] @@}} # if [[ -z "$1" ]] || [[ -z "$2" ]]; then echo "Usage: $0 " echo "e.g.: $0 35c3 9766" exit 1 fi mediainfo /video/video/encoded/$1/$2-hd.mp4 read -p "Press any key to continue... " -n1 -s vlc /video/video/encoded/$1/$2-hd.mp4