scripts/bash/usr-local-bin/nheko

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 14:56:22 +02:00
# TODO: Handle --help & --version flags
2024-03-16 18:37:27 +01: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