ClipGrab.sh 131 Bytes
Newer Older
1 2 3 4 5
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"

6
UNIREQUIRES="yt-dlp"
7

8
. $(dirname $0)/common.sh