4 lines
41 B
Bash
4 lines
41 B
Bash
#!/bin/bash
|
|
|
|
sleep 600
|
|
/sync/sync --push
|
#!/bin/bash
|
|
|
|
sleep 600
|
|
/sync/sync --push
|