query-shell
A simple library to get the user's shell.
Forked from alicecarroll/get-shell.
Add query-shell = "0.1"
to [dependencies]
section in your Cargo.toml
.
```rs use queryshell::getshell_name;
println!("{}", getshellname().unwrap()); ```