vim/.vim/tmp/.#nightlypush.serviceaac3e021557c4199~
2016-01-20 15:41:31 -06:00

8 lines
146 B
Plaintext

[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