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