.fvwm-crystal/Applications/20~Games/Strategy_Games/~0ad~0 A.D.

6 lines
93 B
Plaintext
Raw Normal View History

2012-05-17 17:14:09 +04:00
#!/bin/sh
2012-06-03 22:14:59 +04:00
which nvrun && exec nvrun 0ad $@
which optirun && exec optirun 0ad $@
2012-05-17 17:14:09 +04:00
exec 0ad $@