vim/.vim/tmp/.#nightlypush.service71a610...

8 lines
135 B
Plaintext
Raw Normal View History

2016-01-20 21:41:31 +00:00
[Unit]
Description=Push all vcsh repos daily
[Service]
Type=oneshot
ExecStart=/bin/bash for i in $(vcsh list); do vcsh $i push; done