vim/.vim/tmp/.#nightlypush.service71a610c97e90e58c~

8 lines
135 B
Plaintext
Raw Normal View History

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