mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-28 03:20:25 +08:00
4 lines
178 B
Bash
Executable file
4 lines
178 B
Bash
Executable file
#!/bin/bash
|
|
# transifex client in PATH necessary
|
|
cd $( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
|
tx pull -use-git-timestamps --force --mode onlytranslated --minimum-perc 10
|