You can setup your Mac OS X terminal to run adb anywhere:
echo 'export PATH=$PATH:/Users/Mohsen/android-sdk/sdk/platform-tools/' >> ~/.bash_profile
If you put the android-sdks folder in another directory, replace the path with the directory android-sdks/platform-tools is in.
Restart your terminal…