29 lines
460 B
Bash
Executable File
29 lines
460 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
###################################################
|
|
##
|
|
## This is a script for Setup/switch Experiment
|
|
##
|
|
##
|
|
##
|
|
####################################################
|
|
|
|
|
|
# this will define global enviroment varibales, like the analysis path, export armory
|
|
source SOLARIS.sh
|
|
|
|
# Check git
|
|
|
|
|
|
|
|
#need to distingish mac and daq
|
|
|
|
|
|
#create working/expName.sh
|
|
|
|
# create folders
|
|
# data_raw = /mnt/data0/${expName}
|
|
# root_data = /mnt/data1/${expName}
|
|
|