A futile attempt at blogging

Wednesday, July 2, 2008

Savsender Transfer Script

Here's a pretty simple shell script that goes along side savsender.

You can get the script here: savsender.sh
Keep in mind that this script is for *nix based systems only, which includes Linux, *BSD and Mac OS X (although, Mac OS X is untested...). Please note you also will need netcat to be installed on your system.

Instructions are as follows. First, make it executable:
chmod 755 savsender.sh

Then comes transferring saves. To get a save from the DS, just:
./savsender.sh -f gamesave.sav

And, to send a save to the DS:
./savsender.sh -c -f gamesave.sav

Labels: ,