init commit
This commit is contained in:
8
ctrl/sender.sh
Executable file
8
ctrl/sender.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# Start the sender on this machine
|
||||
# Usage: ./sender.sh RECEIVER_IP [PORT]
|
||||
set -euo pipefail
|
||||
|
||||
PROJECT_DIR="$(cd "$(dirname "$0")/.." && pwd)"
|
||||
|
||||
exec sudo "$PROJECT_DIR/sender/stream_av.sh" "$@"
|
||||
Reference in New Issue
Block a user