Skip to content

picoCLI

Pre-release
Pre-release
Compare
Choose a tag to compare
@keshav2010 keshav2010 released this 15 Jul 07:46
· 14 commits to master since this 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