Remove unused script

This commit is contained in:
Vishesh Handa
2020-09-12 22:07:00 +02:00
parent 41139a085f
commit a51b751ba8

View File

@ -1,15 +0,0 @@
#!/usr/bin/env bash
set -eu
trap ctrl_c INT
function ctrl_c() {
echo "To fetch the script run -"
echo "adb pull /sdcard/video.mp4"
echo "adb shell rm /sdcard/video.mp4"
}
echo "Recording ..."
adb shell screenrecord --verbose /sdcard/video.mp4