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