This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# NB: next line assumes that this script is in the root | |
# of your Settings.bundle directory. Feel free to adapt | |
# accordingly. | |
# Reference from https://gist.github.com/simonwhitaker/2310061 | |
#base_dir=$(cd `dirname $0` && pwd) | |
base_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" |