Listen to git commits for a specific repo and run a shell command

Add new log

vielle.dev 0b8c1034 4c37467e

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