12 lines
344 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 15:56:22 +03:00
# TODO: Handle --help & --version flags
2024-03-16 19:37:27 +02:00
# In case of unexplained crashing add the --compact flag!
set -x
flatpak run --env=LANGUAGE=fi:eo:en im.nheko.Nheko//master --compact --profile "$@"
set +x