mirror of
https://github.com/micropython/micropython.git
synced 2026-01-22 20:07:17 +01:00
This is helpful because some scripts are likely to use mpremote with a specific python path.
7 lines
84 B
Python
7 lines
84 B
Python
#!/usr/bin/env python3
|
|
|
|
import sys
|
|
from mpremote import main
|
|
|
|
sys.exit(main.main())
|