5 lines
74 B
Plaintext
5 lines
74 B
Plaintext
|
#!/bin/sh
|
||
|
echo "Waiting 5 seconds..."
|
||
|
sleep 5
|
||
|
exec ./multiCameraServer.py
|