remove run_streaming.sh (#710)

This commit is contained in:
Shuchang Zheng
2024-08-16 14:21:28 -07:00
committed by GitHub
parent fd5fdb9d32
commit aff5f442f9

View File

@@ -1,8 +0,0 @@
#!/bin/bash
echo "Starting streaming..."
while true; do
xwd -root | xwdtopnm | pnmtopng > /tmp/skyvern_screenshot.png
sleep 1
done