Created
September 24, 2014 09:49
-
-
Save timsweb/1e4b0e98910ccb545218 to your computer and use it in GitHub Desktop.
Reformat AS30V on a mac and import GPS assist data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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