Skip to content

Commit

Permalink
new ep
Browse files Browse the repository at this point in the history
  • Loading branch information
realtux committed May 17, 2020
1 parent e5ce6af commit 6583231
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 106/bowl.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash

# move ball
adb shell input touchscreen swipe 540 1700 500 1700 400

sleep 1

# throw ball
adb shell input touchscreen swipe 540 1700 540 1400 500

0 comments on commit 6583231

Please sign in to comment.