summaryrefslogtreecommitdiffstats
path: root/multimedia/yt-dlp/test.sh
blob: f197e32b6bae5cf93306fd966381a75cbfce1d47 (plain)
1
2
3
4
5
#!/bin/sh

if [ "$1" = 'yt-dlp' ]; then
	yt-dlp --version | sed 's/\.0\+/./g' | grep -F "$PKG_VERSION"
fi