mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-05-20 15:44:25 +08:00
6 lines
106 B
Bash
Executable File
6 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ -z "$MOTION_UPDATE" ]; then
|
|
/usr/bin/open /Library/Motion/doc/Getting\ Started.html
|
|
fi
|