mirror of
https://github.com/loewexy/pdnsmanager.git
synced 2025-01-16 03:02:22 +01:00
3 lines
162 B
Bash
Executable file
3 lines
162 B
Bash
Executable file
#!/bin/bash
|
|
mkdir -p releases/
|
|
tar -czf releases/pdns-manager-$( git describe | cut -c 2- ).tar.gz *.php LICENSE lib/ js/ include/ api/ config/config-default.php
|