From 6d85c3019a4f513f6960885765ec9f86739a2e6e Mon Sep 17 00:00:00 2001 From: MaelReboux Date: Sun, 5 May 2019 17:30:16 +0200 Subject: [PATCH] Create update_all.sh --- scripts/update_all.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 scripts/update_all.sh diff --git a/scripts/update_all.sh b/scripts/update_all.sh new file mode 100755 index 0000000..3c17d96 --- /dev/null +++ b/scripts/update_all.sh @@ -0,0 +1,16 @@ +#!/bin/bash + + + +./traitements_phase_1.sh + +./create_osm_roads.sh + +./update_osm_roads_pgr.sh + +#./update_server_routing_tables.sh + +./traitements_phase_2.sh + + +