comparison python/install_config.py @ 16:57298ea7a7f1

fix string for how to install
author k0s <k0scist@gmail.com>
date Thu, 28 Jan 2010 21:26:44 -0500
parents ac34d580c6d7
children 8da594377f18
comparison
equal deleted inserted replaced
15:31023aedee9c 16:57298ea7a7f1
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/raw/tip/python/install_config.py | python 5 curl http://k0s.org/hg/config/raw-file/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