blob: e750f8058615704148ce53a9154e90d5be951a13 (
plain)
1
2
3
4
5
6
7
|
# I honestly have no clue why I had to do this, I swear! It always runs with
# $ utt
# Error: Invalid or corrupt jarfile /usr/bin/utt
#
# and this worked so?
/usr/bin/env -S java -jar /usr/share/utt/utt.jar "$@"
|