packages/multimedia/yt-dlp/test.sh

4 lines
78 B
Bash
Executable File

#!/bin/sh
yt-dlp --version 2>&1 | sed 's/\.0\+/./g' | grep -x "$PKG_VERSION"