diff options
author | Giorgio Peron <giorgio.peron@gmail.com> | 2012-04-08 10:44:00 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-04-08 10:44:00 -0400 |
commit | c77008d26af58837293699d2b22665ab64a66b08 (patch) | |
tree | c9345c3553d0493af75c82d3d85ba0a1c95eec4a /graphics/Alchemy/files/alchemyOpenGL | |
parent | ae440552097271383648dff005a882168115e0da (diff) |
graphics/Alchemy: Added (sketching environment)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'graphics/Alchemy/files/alchemyOpenGL')
-rw-r--r-- | graphics/Alchemy/files/alchemyOpenGL | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/Alchemy/files/alchemyOpenGL b/graphics/Alchemy/files/alchemyOpenGL new file mode 100644 index 0000000000000..3239e0cddf588 --- /dev/null +++ b/graphics/Alchemy/files/alchemyOpenGL @@ -0,0 +1,9 @@ +#!/bin/sh +#cd `dirname $0` +cd /usr/share/Alchemy +if [ -n "$JAVA_HOME" ]; then + $JAVA_HOME/bin/java -client -Xmx256m -Dsun.java2d.opengl=true -jar ./Alchemy.jar $* +else + java -client -Xmx256m -Dsun.java2d.opengl=true -jar ./Alchemy.jar $* +fi +cd $OLDPWD
\ No newline at end of file |