move run_command to pbs-tools

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-07-07 10:03:16 +02:00
parent 751f6b6148
commit e57841c442
3 changed files with 69 additions and 58 deletions

View File

@ -2,3 +2,6 @@ pub mod borrow;
pub mod format;
pub mod fs;
pub mod str;
mod command;
pub use command::{run_command, command_output, command_output_as_string};