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