Squish by ssjx (https://ssjx.co.uk)
===================================
File compression utility, orginally for compressing files for the Cybiko Handheld Computer.

Usage
=====

Compressing
-----------
squish -c myfile.txt

This will give you an 'output.sqh' file.

Decompressing
-------------
squish -d output.sqh

This will give you the original file with a ext_ prefix (to avoid accidently overwriting a file). E.g. The above would give 'ext_myfile.txt'.


Compiling
=========
Compiles with the D compiler:

dmd -i squish.d

Version History
===============

Version 0.2 (10/02/2024)
+ First D version
