enable squash in linux code example
Example: bash fully unsquash sqfs file
# Basic syntax:
unsquashfs -d /path/to/directory file.sqfs
# Note, the output directory "directory" should not exist before this is
# run, it will be created when you run the command