Remove adiff since is ar that actually reads here

master
Andrea Cardaci 2021-01-17 23:38:07 +01:00 committed by GitHub
parent bed198068f
commit 7da8627262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
---
functions:
file-read:
- description: Read files from archives when utils like "tar" are missing.
code: |
OUTFILE=$(mktemp -u)
LFILE=file_to_read
ar r "${OUTFILE}" "${LFILE}"
adiff "${OUTFILE}" /dev/null
ls -la Unpack*
---