Skip to content

Instantly share code, notes, and snippets.

@timsweb
Created September 24, 2014 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timsweb/1e4b0e98910ccb545218 to your computer and use it in GitHub Desktop.
Save timsweb/1e4b0e98910ccb545218 to your computer and use it in GitHub Desktop.
Reformat AS30V on a mac and import GPS assist data
#!/bin/bash
diskutil reformat AS30V
if [ ! -d "/Volumes/AS30V" ]; then
echo "Volume not remounted"
exit
fi
mkdir -p /Volumes/AS30V/private/SONY/GPS
wget http://control.d-imaging.sony.co.jp/GPS/assistme.dat -O /Volumes/AS30V/private/SONY/GPS/assistme.dat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment