source: sans/utils/bt5/scripts/bt5plot

Last change on this file was 830, checked in by ajj, 11 years ago

Various scripts for BT5:

  • script to set up user folder etc and start programs
  • script to run bt5plot (should repackage bt5plot as a real python package)
  • latest iteration of our prepare script


  • Property svn:executable set to *
File size: 119 bytes
Line 
1#!/bin/bash
2WD=`pwd`
3
4cd $HOME/bin/bt5plot-2.1
5/usr/bin/nohup ./bt5plot $WD 2 >&1 > /dev/null &
6#./bt5plot2 $WD &
7cd -
Note: See TracBrowser for help on using the repository browser.