root/pynxt/fwexec

Revision 136:1224c95eadbc, 84 bytes (checked in by David Anderson <dave@…>, 16 months ago)

Factor fwexec into a module and a tiny runnable stub.

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