Skip to content

Instantly share code, notes, and snippets.

@scola
scola / pbsDownloadHelper.py
Created April 17, 2013 12:13
This program can help you download binary just after build finished. If you try it,you will love it.
"""
This program can help you download binary just after build finished.
If you try it,you will love it.
"""
#!/usr/bin/env python
# coding:utf-8
__version__ = '1.0'
__date__ = '2013-03-28'
__author__ = "shaozheng.wu@gmail.com"