scripts/bash/usr-local-bin/nheko

10 lines
310 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
# USAGE: "nheko default" for the default profile or whatever profile is
# desired as I never run it without the profile flag
2022-04-12 14:56:22 +02:00
set -x
#flatpak run --env=QT_QPA_PLATFORM=xcb io.github.NhekoReborn.Nheko//master --profile $@
flatpak run io.github.NhekoReborn.Nheko//master --profile $@
set +x