summarylogtreecommitdiffstats
path: root/launch_ironwail.sh
blob: 3705e8c78e075384f248899bdfd11007294e76e1 (plain)
1
2
3
4
5
6
#!/bin/sh
# Ironwail comes with a ironwail.pak file that needs to be in the same directory as the executable.
# Unfortunately creating a symbolic link to ironwail in /usr/bin causes it to not detect the .pak in the destination folder.
# Thus this helper script has been created to help fix the issue.

/opt/ironwail/ironwail $@