Sign in
opensecura
/
3p
/
sel4
/
sel4_tools
/
5c1f370ce82ce276e12b70e246ddbcef3d7f2059
/
.
/
misc
/
style-changed.sh
blob: 7035d7707b410bb478e66d3ea610e1ea09cb77ab [
file
] [
log
] [
blame
]
#!/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