mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 08:36:50 +08:00
Remove unused script
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user