8 lines
178 B
Bash
Executable File
8 lines
178 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# tube="$(printf "%s\n" "$1" | grep "watch?v=" | wc -l)"
|
|
# [ "$tube" -eq 1 ] && mpv -v --video-sync=display-resample "$1" && exit
|
|
|
|
firefox $1
|
|
killall -10 simplestatus
|