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