Sign in
opensecura
/
3p
/
sel4
/
sel4_tools
/
b092f4b00dd3849634c59c05204e35a703e7da4c
/
.
/
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