9 lines
126 B
Bash
Executable file
9 lines
126 B
Bash
Executable file
#!/bin/bash
|
|
|
|
. /usr/share/opengl-games-utils/opengl-game-functions.sh
|
|
|
|
APP=python-impressive
|
|
|
|
checkDriOK $APP
|
|
|
|
exec $APP "$@"
|