Get it from the App Store.
In XCode's Preferences > Downloads you can install command line tools.
# To maintain your posterous links use the below permalink config | |
# ----------------------- # | |
# Jekyll & Plugins # | |
# ----------------------- # | |
permalink: /:title/ |
# Save a copy of this file to the backup directory | |
THEDATE=`date +"%Y%m%d"` | |
THETIME=`date +"%H%M%S"` | |
filedata=`cat` | |
mkdir -p "$TM_BACKUP_DIR/$THEDATE" | |
echo "$filedata" > "$TM_BACKUP_DIR/$THEDATE/$TM_FILENAME.$THEDATE.$THETIME.backup" |