aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/tui.rs
blob: 68be8a89e5cc8ef420b68e30bb443d021356f087 (plain) (blame)
1
2
3
4
5
extern crate nbsh;

fn main() {
    nbsh::tui::tui();
}