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