-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun_python_mt.sh
More file actions
22 lines (16 loc) · 1.56 KB
/
run_python_mt.sh
File metadata and controls
22 lines (16 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash
CURDIR=$(cd $(dirname ${BASH_SOURCE[0]}); pwd )
echo $CURDIR
cd $CURDIR/python/ && bash ./clear_python.sh
gnome-terminal --title="loda-cardio" -- bash -c "cd $CURDIR/python && python3 loda.py --data_name cardio --save_en 1"
gnome-terminal --title="loda-shuttle" -- bash -c "cd $CURDIR/python && python3 loda.py --data_name shuttle --save_en 1"
gnome-terminal --title="loda-smtp1" -- bash -c "cd $CURDIR/python && python3 loda.py --data_name smtp1 --save_en 1"
gnome-terminal --title="loda-http1" -- bash -c "cd $CURDIR/python && python3 loda.py --data_name http1 --save_en 1"
gnome-terminal --title="rshash-cardio" -- bash -c "cd $CURDIR/python && python3 rshash.py --data_name cardio --save_en 1"
gnome-terminal --title="rshash-shuttle" -- bash -c "cd $CURDIR/python && python3 rshash.py --data_name shuttle --save_en 1"
gnome-terminal --title="rshash-smtp1" -- bash -c "cd $CURDIR/python && python3 rshash.py --data_name smtp1 --save_en 1"
gnome-terminal --title="rshash-http1" -- bash -c "cd $CURDIR/python && python3 rshash.py --data_name http1 --save_en 1"
gnome-terminal --title="xstream-cardio" -- bash -c "cd $CURDIR/python && python3 xstream.py --data_name cardio --save_en 1"
gnome-terminal --title="xstream-shuttle" -- bash -c "cd $CURDIR/python && python3 xstream.py --data_name shuttle --save_en 1"
gnome-terminal --title="xstream-smtp1" -- bash -c "cd $CURDIR/python && python3 xstream.py --data_name smtp1 --save_en 1"
gnome-terminal --title="xstream-http1" -- bash -c "cd $CURDIR/python && python3 xstream.py --data_name http1 --save_en 1"