vim/.vim/tmp/.#nightlypush.serviceaac3e0...

8 lines
146 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 echo $i\:; vcsh $i push; done