Pipe through temp folder to scripts.
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user