source: tools/Scripts/startdaq@ 787

Last change on this file since 787 was 76, checked in by daqct3, 15 years ago
Scripts for starting DAQ-related programs
  • Property svn:executable set to *
File size: 121 bytes
Line 
1#!/bin/bash
2
3# Script to start DAQ program
4
5pushd /home/daqct3/fact_repos.svn/drsdaq >/dev/null
6./drsdaq
7popd >/dev/null
Note: See TracBrowser for help on using the repository browser.