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