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

