This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/tools/unix/generate_styles.sh
2016-01-20 17:51:19 +03:00

5 lines
124 B
Bash
Executable file

#!/bin/bash
set -e -u
SCRIPTS_PATH="$(dirname "$0")"
"$SCRIPTS_PATH/generate_symbols.sh"
"$SCRIPTS_PATH/generate_drules.sh"