Skip to content

Commit

Permalink
Update grabber.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
enty8080 authored May 6, 2020
1 parent 430b045 commit 9c30f5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/grabber/grabber.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ elif [[ "$1" = "-w" ]]; then

elif [[ "$1" = "-s" ]]; then
{
adb shell screencap /sdcard/screen.png
adb pull /sdcard/screen.png $2
adb shell rm /sdcard/screen.png
adb shell screencap /sdcard/screenshot.png
adb pull /sdcard/screenshot.png $2
adb shell rm /sdcard/screenshot.png
} &> /dev/null
exit

Expand Down

0 comments on commit 9c30f5b

Please sign in to comment.