scripts/bash/usr-local-bin/nheko

10 lines
249 B
Bash
Executable File

#!/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
# TODO: Handle --help & --version flags
set -x
flatpak run im.nheko.Nheko//master --profile $@
set +x