rwx/squashfs

This commit is contained in:
Marc Beninca 2024-09-13 23:40:53 +02:00
parent 56404078f7
commit 4fac21da08
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,10 +1,8 @@
"""Wrap SquashFS commands.""" """Wrap SquashFS commands."""
import ps from rwx import cmd, ps
import rwx.cmd cmd.need("mksquashfs")
rwx.cmd.need("mksquashfs")
def mksquashfs(input_root: str, output_file: str) -> None: def mksquashfs(input_root: str, output_file: str) -> None: