summaryrefslogtreecommitdiffstats
path: root/fb
diff options
context:
space:
mode:
Diffstat (limited to 'fb')
-rwxr-xr-xfb2
1 files changed, 1 insertions, 1 deletions
diff --git a/fb b/fb
index 21255f9..1f3e6ff 100755
--- a/fb
+++ b/fb
@@ -115,7 +115,7 @@ def main():
if re.match('[a-z]+://.+', arg):
os.chdir(tmpdir)
tmpfiles.append(tmpdir)
- Popen(['wget', '-q', arg]).communicate()[0]
+ Popen(['curl', '-#', '-O', arg]).communicate()[0]
for file in os.listdir(tmpdir):
do_upload(file, extension=options.extension)
else: