dotfiles/config/scripts/adb_backup_extract

7 lines
160 B
Bash
Executable File

#!/usr/bin/env bash
# Make sur eto install zlib-flate from the qpdf package
# Works on unencrypted only
tail -c +25 "$1" | zlib-flate -uncompress | tar xvf -