mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 15:39:59 -07:00
write new main.rs
This commit is contained in:
committed by
Markus Unterwaditzer
parent
2c92315125
commit
9e9fe4d392
7
installer/src/main.rs
Normal file
7
installer/src/main.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
#[tokio::main(flavor = "current_thread")]
|
||||
async fn main() {
|
||||
if let Err(e) = installer::main_cli().await {
|
||||
eprintln!("{e:?}");
|
||||
std::process::exit(1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user