Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bill88t authored Dec 4, 2021
1 parent 1077c55 commit 5e19e1c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ help [COMMAND]
OUTPUTS A BASIC LIST OF COMMANDS TO SERIAL OUT
cd [DIR]...
CHANGES TO SPECIFIED DIRECTORY
ls [OPTIONS]... [DIR]...
Expand Down Expand Up @@ -59,7 +63,7 @@ move
delete
load [FILE]
exec [FILE]
LOADS AN .lja FILE AND EXECUTES IT'S COMMANDS
Expand All @@ -69,11 +73,11 @@ wait [TIME]
IN SECONDS
GOTO [LINE]
goto [LINE]
GOTO INTERPRETED LINE AND RERUN FROM THERE
EXIT [CODE]
exit [CODE]
EXIT THE CURRENT PROCESS WITH AN EXIT CODE, DEFAULT = 0
```
Expand Down

0 comments on commit 5e19e1c

Please sign in to comment.