pub fn debug_print(string: &str) { println!("echo '{}' && ", string); }