-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinitLocMap
More file actions
executable file
·48 lines (33 loc) · 773 Bytes
/
initLocMap
File metadata and controls
executable file
·48 lines (33 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#!/bin/bash
echo '---------------------------'
echo 'Killing previous executions'
echo '---------------------------'
rm $HOME/simulation/results/*.m
rm $HOME/simulation/results/*.txt
killmymodules
killmymodules
pkill tclserv
pkill eltclsh
pkill tclserv
pkill eltclsh
h2 end
h2 end
echo '--------------------'
echo 'Initilizing pocolibs'
echo '--------------------'
h2 init
echo '-----------------------'
echo 'Initilizing rfid module'
echo '-----------------------'
sleep 1
$HOME/workspace/rfidLocMapBin/Linux/bin/rfidLocMap -b
sleep 1
echo '----------------------'
echo 'Initilizing TCL server'
echo '----------------------'
tclserv
sleep 1
eltclsh testLocMapFile.tcl -package genom
echo '-----------------------'
echo 'End'
echo '-----------------------'