mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2024-11-10 04:21:40 +01:00
4b7310d146
Signed-off-by: Florian Pritz <bluewind@xinu.at>
5 lines
82 B
Bash
Executable File
5 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
|
|
exec gpg --batch --decrypt --quiet $(dirname $0)/vault-password.gpg
|
|
|