index
|
people
|
commits
|
about
chld
/
dot
/ tree
summary
|
tree
|
log
|
branches
|
tags
master
chld/dot
/
bin
/
ffplaya
1
#!/bin/sh
2
3
for
i in
"
$@
"
;
do
4
ffplay8
$F
-autoexit -showmode
1
"
$i
"
5
done