software/hoardy-adb/./sanity.sh

Backup and restore Android devices, list contents of, unpack, and convert Android Backup files to TAR files and back, decrypt, encrypt, split them into by-app pieces, etc. Android Backup files are backup.ab, *.ab, *.adb, and similarly named files produced by adb shell bu backup, adb backup, bmgr, and similar tools.

Files

Raw Source

Contents

#!/bin/sh -e

black $1 *.py hoardy_adb
mypy
#pytest -k 'not slow'
pylint *.py hoardy_adb
./update-readme.sh