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