mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 09:49:31 +02:00
8 lines
304 B
Bash
Executable File
8 lines
304 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# This script packs the relevant files of the LinkTitles
|
|
# extension into two archive files that contain the current
|
|
# git tag as the version number.
|
|
|
|
tar cvzf release/LinkTitles-`git describe --tags --abbrev=0`.tar.gz gpl-*.txt NEWS LinkTitles.* --exclude '*~' --transform 's,^,LinkTitles/,'
|