Passing parameters to shell scripts

I recently fell in love with TextMate.

For me, programming 24/7, TextMate helps me edit files that would normally be a pain with the standard editors on the market.

Now, with that being said, I started making a lot of Bash shell scripts to automate building projects with Xcode and delivering the binaries for testing.

I actually had a couple of scripts to handle certain portions of the different builds, since the project was made up of many projects not just one big monolithic giant project.

Well, I needed to send my Bash scripts some parameters and I was scratching my head on how…

Well, it’s not so hard sending and getting those parameters. Check out the link below.

Reference
http://bashscript.blogspot.com/2009/11/how-to-pass-arguments-to-shell-script.html

Leave a Reply