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