source: tools/Scripts/startddd@ 163

Last change on this file since 163 was 76, checked in by daqct3, 15 years ago
Scripts for starting DAQ-related programs
  • Property svn:executable set to *
File size: 194 bytes
Line 
1#!/bin/bash
2
3# Script to start DRS Data Display
4
5export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/qwt-5.2.0/lib/
6pushd /home/daqct3/fact_repos.svn/tools/ddd >/dev/null
7./ddd &
8popd >/dev/null
Note: See TracBrowser for help on using the repository browser.