get-shell

Downloads License crates.io docs.rs A simple library to get the shell your binary is runned from

Installation

Add get-shell = "0.1.0" to [dependencies] section in your Cargo.toml

Usage

```rs use getshell::getshell_name;

println!("{}", getshellname().unwrap()); ```