cmd_delay
cmd_delay(buf + 5);
cmd_delay(buf);
void cmd_delay(const char *);
struct command cm_delay = {"Seconds to delay", cmd_delay};