mirror of
https://github.com/ben-grande/qusal.git
synced 2025-02-24 00:39:50 -05:00
10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
![]() |
#!/usr/bin/bash
|
||
|
|
||
|
# SPDX-FileCopyrightText: 2022 - 2023 The Qubes OS Project <https://www.qubes-os.org>
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
|
||
|
path="${1//__/\//}"
|
||
|
|
||
|
exec /usr/lib/qubes/qfile-agent "$path"
|