#!/bin/bash
#!/bin/bash
myDir=`dirname "$0"`
find ~/.starcal2 -name '*.json' -print -exec "$myDir/pretty_json.py" '{}' \;

