diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-02-22 13:09:53 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-02-22 13:17:39 +0100 |
| commit | 4c2210109f0cdb954103480d3ff28111a884119f (patch) | |
| tree | 45616306e926a62d84ecc76d9f06cd7a280b485e /.gitea/deploy.awk | |
| parent | 98856a61d5a51d6390e7d94161643b94acb231a3 (diff) | |
| download | slack-timedate-4c2210109f0cdb954103480d3ff28111a884119f.tar.gz | |
Extract awk script into a file
Diffstat (limited to '.gitea/deploy.awk')
| -rw-r--r-- | .gitea/deploy.awk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitea/deploy.awk b/.gitea/deploy.awk new file mode 100644 index 0000000..d330a5b --- /dev/null +++ b/.gitea/deploy.awk @@ -0,0 +1,4 @@ +{ + gsub(/^v/, "slack-timedate-") + print $0 +} |
