Bash, bash_profile, Terminal, environment variable Setting environment variable through Mac terminal Recently I ran into the problem of setting and unsetting environment variables under Mac terminal. We had a script which would access the credentials stored in the form of environment variables. It had
Bash, Terminal, Script, bash_profile, environment variable Updating or refreshing bash file on the fly Today I learned a little trick about updating bash file on the fly. Earlier I was under impression every time you edit your bash or any other system related shell script file, it
UI Testing, Testing, iOS, Tips, Tricks, Gotchas, UI Tests, Command Line, Terminal Running UI tests from command line Recently I ran into an interesting problem of writing UI tests. More interesting thing lied ahead when I had to run these tests on the command line. Here are some of the tips