copyright issues
This commit is contained in:
parent
5117fd92fc
commit
a9d934490c
3 changed files with 679 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
#!/usr/bin/env python
|
||||
#encoding: utf-8
|
||||
|
||||
# Color Up Arbitrary Command Ouput
|
||||
# Licensed under the GPL version 3
|
||||
# 2012 (c) nojhan <nojhan@gmail.com>
|
||||
|
||||
import re
|
||||
|
||||
styles = {"standard":0, "bold":1, "reverse":2}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue