Merge pull request 'Ajout : exit
quand le shell se ferme' (#7) from feature/exit_message into main
Reviewed-on: https://gitea.ahur.ac/ahurac/rash/pulls/7
This commit is contained in:
commit
1554f17905
1 changed files with 1 additions and 0 deletions
|
@ -26,5 +26,6 @@ fn main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
println!();
|
println!();
|
||||||
|
println!("exit");
|
||||||
exit(exit_code);
|
exit(exit_code);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue