Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 5209 |
dpurdie |
1 |
#! /bin/bash
|
|
|
2 |
# Wrapper script
|
|
|
3 |
# Set up the environment - incase its run from cron
|
|
|
4 |
# Run the script under JATS passing in all user parameters
|
|
|
5 |
#
|
|
|
6 |
source /etc/profile
|
|
|
7 |
cd /opt/lxr-scripts
|
|
|
8 |
/usr/local/bin/jats eprog jats_lxr.pl $*
|