#!/bin/sh readonly BASE_DIR="$(dirname $0)" $BASE_DIR/getData.sh && $BASE_DIR/split-flows.sh && $BASE_DIR/match-flows.sh