mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-27 01:13:43 +02:00
5 lines
58 B
Bash
5 lines
58 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
exec clang-format-3.9 -style=file $@
|