Subversion Repositories f9daq

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
160 f9daq 1
#!/bin/bash
2
EVDIR=`dirname $0`
3
PWD=`pwd`
4
echo EVDIR=$EVDIR
5
echo PWD=$PWD
6
cd $EVDIR
7
./ev
8
cd $PWD
9