POSIX_Scripts/fpv

11 lines
79 B
Plaintext
Raw Normal View History

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