Skip to content

Releases: keshav2010/picoCLI

picoCLI

15 Jul 07:46
Compare
Choose a tag to compare
picoCLI Pre-release
Pre-release

Following Commands Work

  1. read file [ filename.txt ]
  2. write file [ filename.txt ] < content here >
  3. -q
  4. shutdown
  5. 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