mirror of
https://github.com/LibreELEC/dvb-firmware.git
synced 2025-07-23 03:12:59 +02:00
4 lines
100 B
Bash
Executable File
4 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git archive --format=tar --prefix=dvb-firmware-$1/ tags/$1 | xz > dvb-firmware-$1.tar.xz
|