Download slt.py python script (supports multiple build) from this repository.
python slt.py <"sublime_text file path">
| #!/usr/bin/env python | |
| import subprocess | |
| import optparse | |
| import re | |
| def get_args(): | |
| parser = optparse.OptionParser() | |
| parser.add_option("-i", "--interface", dest="interface", help="Interface whose mac has to be changed") |
Download slt.py python script (supports multiple build) from this repository.
python slt.py <"sublime_text file path">