#!/bin/sh
if [ $(id -u) -ne 0 ]; then exec sudo $0; fi
ccollect sys home # ccollect [interval] [source]
exit 0
