Sign in
◑
Theme
opensecura
/
3p
/
sel4
/
sel4_tools
/
62800c11dd9932f343e1697e79b3b803296d74bb
/
.
/
misc
/
style-changed.sh
blob: 7035d7707b410bb478e66d3ea610e1ea09cb77ab [
file
]
#!/bin/sh
#
# Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
#
# SPDX-License-Identifier: BSD-2-Clause
#
# Run the style tools on all changed files in the current repository.
git ls
-
files
-
mo
|
xargs
"${0%/*}"
/
style
.
sh