create_tar.sh 112 B

123
  1. #!/bin/sh
  2. git archive --format=tar --prefix=LibreELEC-source-$1/ tags/$1 | bzip2 > LibreELEC-source-$1.tar.bz2