Ajout : exit quand le shell se ferme

This commit is contained in:
Ahurac 2023-12-12 13:34:02 +01:00
parent a7be32f9e1
commit 7be8a09d2d

View file

@ -26,5 +26,6 @@ fn main() {
}
println!();
println!("exit");
exit(exit_code);
}