From aff5f442f9b3fbb3ba08d3791132fc587ea44ca0 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Fri, 16 Aug 2024 14:21:28 -0700 Subject: [PATCH] remove run_streaming.sh (#710) --- run_streaming.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 run_streaming.sh 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