fixed echo, xargs

This commit is contained in:
Your Name 2024-07-22 14:29:48 +03:00
parent 2a90ce246c
commit c705f3b30b
5 changed files with 131 additions and 64 deletions

5
libmu/parse_escape.h Normal file
View file

@ -0,0 +1,5 @@
#ifndef PARSE_ESCAPE_H
#define PARSE_ESCAPE_H
char *mu_parse_escape(const char *prog_name, const char *src);
#endif