So I figured i was working backwards, and this has worked for me
sudo find . -type f \( -name '*.squashfs' -o -name "*.SQFS" \) -exec cp {} /tmp/fs.squashfs \; && sudo unsquashfs /tmp/fs.squashfs
So I figured i was working backwards, and this has worked for me
sudo find . -type f \( -name '*.squashfs' -o -name "*.SQFS" \) -exec cp {} /tmp/fs.squashfs \; && sudo unsquashfs /tmp/fs.squashfs