squashfs/rwx.cmd

This commit is contained in:
Marc Beninca 2024-02-27 21:41:49 +01:00
parent b76d751161
commit 183163bbef

View file

@ -1,7 +1,7 @@
import cmd
import ps
import rwx.cmd
cmd.need('mksquashfs')
rwx.cmd.need('mksquashfs')
def mksquashfs(input_root: str, output_file: str):