Skip to content

Commit 41e7728

Browse files
committed
add start script
1 parent b79f15d commit 41e7728

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pet/start.sh

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/sh
2+
3+
echo "Change dir..."
4+
cd /usr/src/robot_2wd/pet
5+
6+
screen -dmS speecher sh -c './speecher ; exec bash'
7+
screen -dmS elwin sh -c './face_detect_woof ; exec bash'
8+

0 commit comments

Comments
 (0)