mirror of
https://github.com/ben-grande/qusal.git
synced 2024-12-18 04:14:33 -05:00
7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
|
#!/bin/sh
|
||
|
# SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||
|
#
|
||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||
|
set -eu
|
||
|
env GNUPGHOME="$HOME/.gnupg/qubes-builder" gpg2 "$@"
|