atuin 18.15.1

atuin - magical shell history
1
2
3
4
5
static CONTRIBUTORS: &str = include_str!("CONTRIBUTORS");

pub fn run() {
    println!("\n{CONTRIBUTORS}");
}