3 lines
65 B
Plaintext
3 lines
65 B
Plaintext
|
#!/bin/sh
|
||
|
exec java -jar "/usr/share/runelite/RuneLite.jar" "$@"
|