5 lines
73 B
Bash
5 lines
73 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
mpremote reset
|
||
|
mpremote cp -r src :
|
||
|
mpremote run src/main.py
|