add a list of files for wget etc
This commit is contained in:
@@ -161,6 +161,7 @@ def get_wget_lines(files):
|
||||
wget = "\n<!--\n"
|
||||
for f in files:
|
||||
wget += "#FILE %s\n"%(urllib.quote(f),)
|
||||
wget += "#WGET URL=[insert URL] && curl $URL | grep '^#FILE ' | cut -c7- | sed \"s,^,$URL,\" | xargs -n1 wget\n"
|
||||
wget += "-->\n"
|
||||
return wget
|
||||
|
||||
|
||||
Reference in New Issue
Block a user