0ad & optimus

This commit is contained in:
Kolan Sh 2012-06-03 22:14:59 +04:00
parent 9362e7ca23
commit 353d375893
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/bin/sh
which nvrun && exec nvrun 0ad $@
which optirun && exec optirun 0ad $@
exec 0ad $@