This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| import sys | |
| import os.path | |
| from os.path import join as mkPath | |
| import xml.etree.ElementTree as ET | |
| import fileinput | |
| def safe_list_get (l, idx, default): | |
| try: | |
| return l[idx] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| comma script import ~/lldb/subl.py | |
| comma script add -f subl.subl subl |