ins 0.2.0

Instant CLI - command-line utilities
1
2
3
4
5
6
7
8
9
10
11
12
install:
    cargo build
    install ./target/debug/ins ~/.local/bin/
    install ./target/debug/ins ~/.local/bin/i

rootinstall:
    cargo build
    sudo install ./target/debug/ins /usr/local/bin/

test:
    ./tests/run_all.sh