mirror of
https://github.com/duplicati/duplicati.git
synced 2025-11-28 03:20:25 +08:00
5 lines
161 B
Bash
Executable file
5 lines
161 B
Bash
Executable file
#!/bin/bash
|
|
# gettext and angular-gettext-cli in PATH necessary
|
|
cd $( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
|
./duplicati/extract.sh
|
|
./webroot/extract.sh
|