fxload/fxload-generate-tarball.sh
Troy Dawson dcca12fea6 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/fxload#f2e984585135d4dacb9b86b13f0bc06102e2355c
2020-10-20 07:00:16 -07:00

9 lines
153 B
Bash

#!/bin/sh
VERSION=$1
tar -xzvf fxload-${VERSION}.tar.gz
rm fxload-${VERSION}/a3load.hex
tar -czvf fxload-${VERSION}-noa3load.tar.gz fxload-${VERSION}