mirror of
https://github.com/mbirth/tcl_update_db.git
synced 2024-11-10 07:16:46 +00:00
5 lines
94 B
Bash
Executable File
5 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
. "${MYDIR}/../config.ini"
|
|
rsync -av "${MYDIR}/../otadb.db3" "${SYNC_REMOTE_DIR}/"
|
|
|