source: trunk/src/testing/app/gl/RUN.gl32 @ 4

Revision 4, 121 bytes checked in by ajaworski, 13 years ago (diff)

Added modified SAGE sources

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3export LD_PRELOAD=$SAGE_DIRECTORY/bin/libmyGL.so
4export SAGE_GL=/usr/lib/libGL.so.1
5$*
6export -n LD_PRELOAD
7
8
Note: See TracBrowser for help on using the repository browser.