4 lines
108 B
Bash
Executable File
4 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
cd /usr/share/openra
|
|
mono OpenRA.Game.exe SupportDir=~/.openra UtilityPath=OpenRA.Utility.sh "$@"
|