6 lines
118 B
Bash
Executable file
6 lines
118 B
Bash
Executable file
#!/bin/bash
|
|
|
|
git clone https://github.com/0snap/batalert.git
|
|
cd batalert
|
|
cargo build --release
|
|
cargo install --path .
|