-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_all_ramdisk.sh
14 lines (14 loc) · 1.07 KB
/
run_all_ramdisk.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
python3 RAMDISK_ECP_ClusterAbs_LeadAbs_Read.py > "RAMDISK_ECP_ClusterAbs_LeadAbs_Read.log" &
python3 RAMDISK_ECP_ClusterAbs_LeadAbs_Scan.py > "RAMDISK_ECP_ClusterAbs_LeadAbs_Scan.log" &
python3 RAMDISK_ECP_ClusterAbs_LeadAvg_Read.py > "RAMDISK_ECP_ClusterAbs_LeadAvg_Read.log" &
python3 RAMDISK_ECP_ClusterAbs_LeadAvg_Scan.py > "RAMDISK_ECP_ClusterAbs_LeadAvg_Scan.log" &
python3 RAMDISK_ECP_ClusterAvg_LeadAbs_Read.py > "RAMDISK_ECP_ClusterAvg_LeadAbs_Read.log" &
python3 RAMDISK_ECP_ClusterAvg_LeadAbs_Scan.py > "RAMDISK_ECP_ClusterAvg_LeadAbs_Scan.log" &
python3 RAMDISK_ECP_ClusterAvg_LeadAvg_Read.py > "RAMDISK_ECP_ClusterAvg_LeadAvg_Read.log" &
python3 RAMDISK_ECP_ClusterAvg_LeadAvg_Scan.py > "RAMDISK_ECP_ClusterAvg_LeadAvg_Scan.log" &
python3 RAMDISK_Pfiles_Read.py > "RAMDISK_Pfiles_Read.log" &
python3 RAMDISK_Pfiles_Scan.py > "RAMDISK_Pfiles_Scan.log" &
python3 RAMDISK_Read_Read.py > "RAMDISK_Read_Read.log" &
python3 RAMDISK_Read_Scan.py > "RAMDISK_Read_Scan.log" &
python3 RAMDISK_Scan_Read.py > "RAMDISK_Scan_Read.log" &
python3 RAMDISK_Scan_Scan.py > "RAMDISK_Scan_Scan.log"