Releases: keshav2010/picoCLI
Releases · keshav2010/picoCLI
picoCLI
Following Commands Work
- read file [ filename.txt ]
- write file [ filename.txt ] < content here >
- -q
- shutdown
- do [ any command here ] < integer number here >
Example :
if you want to shutdown system after 5 seconds you need to trigger do-alarm like this
do [ shutdown ] < 5 >
you can also nest do into another "do" statement like this
do [ do [ -q ] < 2 > ] < 5 >
This will trigger "-q" after 7 seconds
download pico_cli.exe to run the executable file, type in commands to execute behaviour