mirror of
https://git.proxmox.com/git/mirror_dvb-firmware
synced 2025-04-30 03:52:20 +00: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
|