@@ -1,2 +1,3 @@
#!/bin/bash
+mkdir ./log
nohup python2 pcd.py > log/pcd.out 2>&1 &
nohup python2 xosc.py > log/xosc.out 2>&1 &