Skip to content

Instantly share code, notes, and snippets.

@rbo
Created September 30, 2009 09:25
Show Gist options
  • Save rbo/197935 to your computer and use it in GitHub Desktop.
Save rbo/197935 to your computer and use it in GitHub Desktop.
#!/bin/sh
machine=`uname -m`
if [ "$machine" == "x86_64" ]; then
PERL="/wwws/perl/perl-5.10.0-oc10/bin/perl"
export LD_LIBRARY_PATH=/lfs/oracle/ora10203c/lib32
export ORACLE_HOME=/lfs/oracle/ora10203c
else
PERL="/wwws/perl/bin/perl"
export LD_LIBRARY_PATH=/lfs/oracle/ora9206/lib
export ORACLE_HOME=/lfs/oracle/ora9206
fi
exec $PERL -x -S "${0}" "$@"
#!perl
# line 18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment