mirror of
https://github.com/AGWA/git-crypt.git
synced 2025-12-12 15:49:32 -08:00
Add Coprocess class
It provides a convenient way to spawn a process and read from/write to its stdin/stdout.
This commit is contained in:
5
coprocess.hpp
Normal file
5
coprocess.hpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#ifdef _WIN32
|
||||
#include "coprocess-win32.hpp"
|
||||
#else
|
||||
#include "coprocess-unix.hpp"
|
||||
#endif
|
||||
Reference in New Issue
Block a user