comparison python/install_config.py @ 7:c38d875a3b78

updates to config
author k0s <k0scist@gmail.com>
date Wed, 16 Dec 2009 10:12:06 -0500
parents 524f9e7fa224
children ac34d580c6d7
comparison
equal deleted inserted replaced
6:524f9e7fa224 7:c38d875a3b78
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 """ 2 """
3 installs config to a user's home directory 3 installs config to a user's home directory
4 this can be done with 4 this can be done with
5 curl http://k0s.org/hg/config/python/install-config.py | python 5 curl http://k0s.org/hg/config/raw/tip/python/install_config.py | python
6 """ 6 """
7 7
8 SRC='http://k0s.org/hg/config' 8 SRC='http://k0s.org/hg/config'
9 import os 9 import os
10 import sys 10 import sys