@@ -1,2 +0,0 @@
-#!/bin/bash
-tail -f log/callback.log
-tail -f log/camera.log
-tail -f log/csv.log
@@ -5,4 +5,4 @@ if [ ! -d "./log" ]; then
else
echo "Directory './log' already exists."
fi
-nohup python2 merge.py > log/merge.out 2>&1 &
+nohup python2 merge-pjibot_guide.py > log/merge-pjibot_guide.out 2>&1 &
-tail -f log/merge.log
-tail -f log/pcd.log