[Unit] Description=Push all vcsh repos daily [Service] Type=oneshot ExecStart=/bin/bash for i in $(vcsh list); do echo $i\:; vcsh $i push; done