mirror of
https://github.com/ben-grande/qusal.git
synced 2025-06-25 06:40:49 -04:00
9 lines
207 B
Bash
Executable file
9 lines
207 B
Bash
Executable file
#!/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"
|