1 2 3 4 5 6 7
use std::io::{self, Write}; use std::process::{exit, Command}; use std::{env, path}; pub fn pipes() { // TODO }