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