Minetest & Optimus

This commit is contained in:
Kolan Sh 2012-05-18 01:53:43 +04:00
parent 2c8dd69c13
commit 9362e7ca23

View File

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