diff --git a/run_streaming.sh b/run_streaming.sh deleted file mode 100755 index ea055dc7..00000000 --- a/run_streaming.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -echo "Starting streaming..." - -while true; do - xwd -root | xwdtopnm | pnmtopng > /tmp/skyvern_screenshot.png - sleep 1 -done