~c-e-pidcott/maus/devel

« back to all changes in this revision

Viewing changes to tests/integration/test_simulation/test_physics_model_full/files/muon1/muon1.bash

  • Committer: Chris Rogers
  • Date: 2012-10-03 07:19:33 UTC
  • mfrom: (659.1.40 release-candidate)
  • Revision ID: chris.rogers@stfc.ac.uk-20121003071933-kgrhvl1ec6w2jmug
Tags: MAUS-v0.3.3
MAUS-v0.3.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env bash
 
2
wine $MUON1_DIR/muon1.exe -once -b
 
3
echo 'Moving'
 
4
echo $MUON1_DIR/muon1_output.csv
 
5
echo 'to'
 
6
echo $MAUS_ROOT_DIR/tmp/test_physics_model_full/
 
7
sleep 1
 
8
mv $MUON1_DIR/muon1_output.csv $MAUS_ROOT_DIR/tmp/test_physics_model_full/
 
9
sleep 1
 
10
rm $MUON1_DIR/output_ENDOUT*
 
11