mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2026-01-13 21:31:03 +00:00
feat: packaging for deb, rpm, apk, aur (#17)
This commit is contained in:
parent
1c943e4480
commit
139761cc28
4 changed files with 89 additions and 3 deletions
7
scripts/completions.sh
Executable file
7
scripts/completions.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
rm -rf completions
|
||||
mkdir completions
|
||||
for sh in bash zsh fish; do
|
||||
go run . completion "$sh" >"completions/hcloud-upload-image.$sh"
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue