You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
298 B
Markdown
20 lines
298 B
Markdown
4 years ago
|
# Temporary workspace
|
||
|
|
||
|
Content in this directory should never be uploaded to git.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
Use this space to pull down files and rapidly iterate on them
|
||
|
|
||
|
Pull files:
|
||
|
```
|
||
|
source scripts/profile
|
||
|
upy ls
|
||
|
upy get <board_file> tmp/<file>
|
||
|
```
|
||
|
|
||
|
Upload files back
|
||
|
```
|
||
|
upy put tmp/<file> <board_file>
|
||
|
|
||
|
```
|