![]() |
|
|||
File indexing completed on 2024-11-26 02:34:35
0001 #! /usr/bin/env python3 0002 ################################################################################ 0003 # RelMon: a tool for automatic Release Comparison 0004 # https://twiki.cern.ch/twiki/bin/view/CMSPublic/RelMon 0005 # 0006 # 0007 # 0008 # Danilo Piparo CERN - danilo.piparo@cern.ch 0009 # 0010 ################################################################################ 0011 0012 from sys import argv,exit 0013 from utils import wget 0014 0015 if __name__=="__main__": 0016 argc=len(argv) 0017 if argc!=2: 0018 print("Usage %prog url-to-fetch") 0019 exit(1) 0020 0021 url=argv[1] 0022 wget(url)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |