blob: 24d344ca52c30bd6e772697b5c2732b8b243f1e4 (
plain)
| 1
2
3
4
5
6
 | #! /bin/bash
hdiutil attach -nobrowse $1
cp -R  /Volumes/Second\ Life\ Installer/Second\ Life\ Viewer\ 2.app  /Applications
hdiutil detach /Volumes/Second\ Life\ Installer
open /Applications/Second\ Life\ Viewer\ 2.app
 |