8 lines
135 B
Plaintext
8 lines
135 B
Plaintext
[Unit]
|
|
Description=Push all vcsh repos daily
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/bash for i in $(vcsh list); do vcsh $i push; done
|
|
|