I created a script to write a blank save file.
I borrowed the code from sandbox-rw.sh which is part of the root-fs on woof-CE.
Why I wanted to do this is because I'm running Linux on a ntfs system and I didn't want to extract linux code to a windows file system. I also didn't want to fill up my save fill with stuff that wasn't relevant to the functioning of the OS. You can mount this newly created save file and read/write to it like it's a separate file system.
So far I only tested the script without options, and don't output any usage or help messages.