3 lines
86 B
Plaintext
3 lines
86 B
Plaintext
|
#!/bin/sh
|
||
|
lynx --dump --listonly --nonumbers "$1" | grep '\.webm$' | uniq | xargs mpv
|