mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2024-11-15 14:53:06 +01:00
3 lines
80 B
Bash
Executable File
3 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
exec gpg --batch --decrypt --quiet "$(dirname $0)/vault-password.gpg"
|