mirror of
https://github.com/danog/ton.git
synced 2024-11-26 12:04:48 +01:00
3 lines
69 B
Bash
Executable File
3 lines
69 B
Bash
Executable File
#!/bin/sh
|
|
./src.sh | xargs -n 1 clang-format -verbose -style=file -i
|