From 71b2cbcf9d1eb730fec8aa64436d7ea59d7cec08 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sat, 18 Jul 2026 07:16:31 +0000 Subject: fix lua vm bugs, remove git repo when one already exists --- include/files.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/files.h b/include/files.h index 8054bd8..9a17c88 100644 --- a/include/files.h +++ b/include/files.h @@ -29,5 +29,6 @@ bool file_exists(const char *path); bool is_directory(const char *path); str cmd_out(const char *cmd); void cpdir(const char *src_path, const char *dst_path); +int remove_tree(const char *path); #endif -- cgit v1.2.3