flipper_tar_extract
Extract a .tar or .tgz archive already stored on a Flipper Zero device. Provide the archive path and output directory for extraction.
Instructions
Extract a .tar/.tgz archive already on the device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Serial port (e.g. COM7, /dev/ttyACM0). Omit when one Flipper is attached. | |
| out_path | Yes | ||
| tar_path | Yes |