This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
conquest
Watch
1
Star
0
Fork
0
You've already forked conquest
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
061f198461c4ebcb1ad28af439cb0880819c4060
conquest
/
agents
/
monarch
/
commands
/
commands.nim
3 lines
70 B
Nim
Raw
Normal View
History
Unescape
Escape
Implemented 'cd' and 'ls' commands using Windows APIs.
2025-07-07 21:30:05 +02:00
import
.
/
[
shell
,
sleep
,
pwd
,
cd
,
ls
]
Implemented basic shell command execution and result retrieval. Next Step: Remove completed tasks from queue
2025-05-22 20:03:22 +02:00
Implemented 'cd' and 'ls' commands using Windows APIs.
2025-07-07 21:30:05 +02:00
export
shell
,
sleep
,
pwd
,
cd
,
ls
Reference in New Issue
Copy Permalink