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