Pipe through temp folder to scripts.

This commit is contained in:
Your Name
2025-05-05 20:11:36 +12:00
parent 7c9a45edf5
commit e727fc518f
9 changed files with 103 additions and 27 deletions

View File

@ -38,4 +38,6 @@ int count_substring(const std::string &substring, const std::string &text);
std::string replace_with_environment_variables_like_bash(std::string str);
std::string random_alphanumeric_string(int length);
} // namespace dropshell