this repo has no description
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add new log

+2
+2
src/main.rs
··· 76 76 continue; 77 77 } 78 78 79 + println!(" Executing `/bin/sh -c {}`", &config.shell); 80 + 79 81 // exec shell command in /bin/sh 80 82 match Command::new("/bin/sh") 81 83 .arg("-c")