mirror of
https://github.com/FreeOpcUa/freeopcua
synced 2025-10-26 19:56:54 +08:00
5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#! /bin/bash
|
|
|
|
astyle --options=astylerc `find . -regextype posix-extended -regex ".*\.(c|cpp|h|hpp)"`
|
|
|