6 lines
59 B
Bash
Executable file
6 lines
59 B
Bash
Executable file
#!/bin/sh
|
|
|
|
clang-format -i ./*.c
|
|
|
|
mk o.xrxs
|
|
mv o.xrxs xrxs
|