No description
Find a file
2022-07-27 21:42:08 -06:00
src Move commands to separate file 2022-07-27 21:42:08 -06:00
.gitignore Ignore swap files 2022-07-23 22:25:48 -06:00
Cargo.lock Add telnet command 2022-07-27 21:18:25 -06:00
Cargo.toml Add telnet command 2022-07-27 21:18:25 -06:00
Makefile Add Makefile 2022-07-27 21:19:37 -06:00
README.md Add README 2022-07-27 21:19:44 -06:00

GSM Agent

Prerequisites

  • Rust

To build from Linux for windows:

  • rustup target add stable-x86_64-unknown-linux-gnu
  • rustup target add x86_64-pc-windows-gnu
  • sudo apt install mingw-w64