Commit graph

4 commits

Author SHA1 Message Date
9f17d6c2e1 Add telnet command 2022-07-27 21:18:25 -06:00
cc46884736 Add "get" command 2022-07-24 22:40:04 -06:00
ec9389ff3c Enable link-time optimization for release builds 2022-07-24 16:46:12 -06:00
c5f5b2a868 Initial commit
This is still experimental, though for now I've been able to implement a
few commands:

- cd:    changes the current working directory of the agent
- ls:    lists the directories and files in the current working directory
- ping:  responds with "pong"
- pwd:   prints the current working directory
- shell: executes an arbitrary command on the host
2022-07-23 22:14:31 -06:00