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