Skip to content

Commit

Permalink
增加安装脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuedy committed Jan 13, 2016
1 parent 7747aab commit e51ec5e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh
osascript <<END
tell application "Terminal"
do script "cd \"`pwd`\";cd reactnative;npm install;exit;"
end tell
tell application "Terminal"
do script "npm install;exit;"
end tell
END

0 comments on commit e51ec5e

Please sign in to comment.