Clean up script run interaction text

This commit is contained in:
Martin Lund 2024-06-15 15:58:08 +02:00
parent be4fc0908f
commit 8f77ad5830
4 changed files with 13 additions and 6 deletions

View file

@ -35,3 +35,4 @@ int read_poll(int fd, void *data, size_t len, int timeout);
double get_current_time(void);
bool match_patterns(const char *string, const char *patterns);
int execute_shell_command(int fd, const char *command);
void clear_line();