#!/bin/sh if [ ! -e config.h ]; then cp config.def.h config.h fi clang-format -i ./*.c ./*.h ./*/*.c ./*/*.h mk clean mk o.rio mv o.rio ryudo