obsd-bkp/dotfiles/dotfolder/.local/bin/fvid

6 lines
115 B
Bash
Executable File

#!/usr/bin/env sh
[ $# -ne 1 ] && { echo "usage: $0 name" 1>&2; exit 1; }
ffplay -autoexit -hide_banner -fs "$1"