1
0
mirror of https://github.com/KDE/kasts.git synced 2025-01-12 00:23:45 +01:00
kasts/.patches/run_kasts.sh
2023-02-27 20:51:45 +01:00

7 lines
165 B
Bash

#!/bin/sh
# SPDX-FileCopyrightText: 2023 Bart De Vries <bart@mogwai.be>
# SPDX-License-Identifier: BSD-2-Clause
export QML_DISABLE_DISK_CACHE=1
exec kasts-bin "$@"