8 lines
146 B
Plaintext
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
|
||
|
|