mirror of
https://github.com/ben-grande/qusal.git
synced 2025-01-19 20:01:42 -05:00
10 lines
207 B
Bash
Executable File
10 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"
|