mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-23 16:30:13 +00:00
4 lines
110 B
Bash
4 lines
110 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
git archive --format=tar --prefix=OpenELEC-source-$1/ tags/$1 | bzip2 > OpenELEC-source-$1.tar.bz2
|