Comment on ShowHN: GetURL - A CLI tool to get a public link for any fileComments−egonschiele13yVery nice! But no Python 2.6 support?−voltagex_13yAs of an hour ago it works on 2.6 :D−robertskmiles13yThe key problem seems to be `check_output` in the `subprocess` module.−voltagex_13yhttps://github.com/uams/geturl/issues/7Edit: pull request submitted.
Comments
Very nice! But no Python 2.6 support?
As of an hour ago it works on 2.6 :D
The key problem seems to be `check_output` in the `subprocess` module.
https://github.com/uams/geturl/issues/7
Edit: pull request submitted.