root/pynxt/fwflash

Revision 141:ad9f21116556, 85 bytes (checked in by David Anderson <dave@…>, 16 months ago)

Add a pynxt implementation of fwflash.

  • Property exe set to *
Line 
1#!/usr/bin/env python
2
3import sys
4from nxt.bin.fwflash import main
5
6sys.exit(main())
Note: See TracBrowser for help on using the browser.