We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#!/bin/sh VERSION="$1" cd celestia-1.6 libtoolize autoreconf -f cd .. tar cJf celestia-$VERSION.tar.xz \ --exclude-backups \ --exclude-vcs \ --exclude=autom4te.cache \ --exclude=.git \ --exclude=.github \ --owner=root \ --group=root \ --dereference \ --transform "s/^celestia-1.6/celestia-$VERSION/" \ celestia-1.6/