POSIX_Scripts/fpv

11 lines
79 B
Plaintext
Raw Normal View History

2021-06-29 23:22:57 -04:00
#!/bin/sh -e
case "$1" in
*)
/usr/bin/ffplay -autoexit "$1"
;;
esac
exit