mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-20 11:48:27 -06:00
7 lines
130 B
Bash
Executable File
7 lines
130 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
[ -d "~/Sites" ] && exit 1;
|
|
|
|
# build translations.
|
|
php /sites/FF3/dev/tools/cli.php ff3:json-translations v2
|