1#!/bin/sh
2#
3# Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
4#
5# SPDX-License-Identifier: BSD-2-Clause
6#
7
8# Run the style tools on all changed files in the current repository.
9git ls-files -mo | xargs "${0%/*}"/style.sh
10