I am trying to add dual-partition support to the IXUS105/SD1300 but I cannot get script asmify.sh to work on my XP PC.
I type sh.exe and then ./asmify.sh ixus105.asm ixus105.txt.
The file asmify.sh is simply opened.
This depends on what sh is in your particular setup. If you are using what came with the pre-built win32 toolchain, you might want to try bash instead of sh, so
> bash
$ ./asmify.sh < ixus105.asm > ixus105.txt
FWIW
asmifiy.sh operates on input and output, so if you do get it to run you'll need the < and >
You also just run the giant chain of sed+grep commands found in asmify.sh yourself.