6 lines
57 B
Plaintext
6 lines
57 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
yadm add -u :
|
||
|
yadm commit -m "sync"
|
||
|
yadm push
|