thanks again.
tried your script
got these errors in response
MacBook-Air-de-Vinicius-Atique:~ viniciusatique$ #!/bin/bash
MacBook-Air-de-Vinicius-Atique:~ viniciusatique$ cd
MacBook-Air-de-Vinicius-Atique:~ viniciusatique$ ruby -e "$(curl -fsSL
https://raw.github.com/mxcl/homebrew/go)"
-e:6: syntax error, unexpected '<'
<!DOCTYPE html>
^
-e:7: syntax error, unexpected '<'
<html>
^
-e:9: syntax error, unexpected '<'
<meta charset='utf-8'>
^
-e:10: syntax error, unexpected '<'
<meta http-equiv="X-UA-Compatible" content="IE=edge">
^
-e:10: syntax error, unexpected tIDENTIFIER, expecting end-of-input
<meta http-equiv="X-UA-Compatible" content="IE=edge">
^
MacBook-Air-de-Vinicius-Atique:~ viniciusatique$ curl -OL
https://launchpad.net/gcc-arm-embedded/4.7/4.7-2013-q2-update/+download/gcc-arm-none-eabi-4_7-2013q2-20130614-mac.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
100 62.5M 100 62.5M 0 0 157k 0 0:06:45 0:06:45 --:--:-- 220k
MacBook-Air-de-Vinicius-Atique:~ viniciusatique$ bzip2 -d gcc-arm-none-eabi-4_7-2013q2-20130614-mac.tar.bz2
MacBook-Air-de-Vinicius-Atique:~ viniciusatique$ tar -x -f gcc-arm-none-eabi-4_7-2013q2-20130614-mac.tar
MacBook-Air-de-Vinicius-Atique:~ viniciusatique$ brew doctor
-bash: brew: command not found
MacBook-Air-de-Vinicius-Atique:~ viniciusatique$ brew update
-bash: brew: command not found
MacBook-Air-de-Vinicius-Atique:~ viniciusatique$ brew install hg
-bash: brew: command not found
MacBook-Air-de-Vinicius-Atique:~ viniciusatique$ hg clone -b unified
https://bitbucket.org/hudson/magic-lantern-bash: hg: command not found
MacBook-Air-de-Vinicius-Atique:~ viniciusatique$ brew install coreutils
-bash: brew: command not found
MacBook-Air-de-Vinicius-Atique:~ viniciusatique$ cd magic-lantern
MacBook-Air-de-Vinicius-Atique:magic-lantern viniciusatique$ curl -OL
https://bitbucket.org/dmilligan/magic-lantern/downloads/Makefile.user % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
100 375 100 375 0 0 253 0 0:00:01 0:00:01 --:--:-- 0
MacBook-Air-de-Vinicius-Atique:magic-lantern viniciusatique$ export PATH="$PATH:$(brew --prefix coreutils)/libexec/gnubin"
-bash: brew: command not found
MacBook-Air-de-Vinicius-Atique:magic-lantern viniciusatique$ echo "export PATH=\"\$PATH:\$(brew --prefix coreutils)/libexec/gnubin\"" >> ~/.bash_profile
MacBook-Air-de-Vinicius-Atique:magic-lantern viniciusatique$ make clean
rm -f \
*.o \
*.a \
.*.d \
font-*.c \
magiclantern.lds \
./lua/*.o \
./lua/.*.d \
MacBook-Air-de-Vinicius-Atique:magic-lantern viniciusatique$ make