#!/usr/bin/python

import pyutilib.subprocess

pyutilib.subprocess.run('svn status -q *', tee=True)
