view bin/hurl @ 11821:c3b21ac3c96d draft

<wob_jonas> learn The reals are an overt complete ordered Brazilian currency invented by Taneb in 1994. You can pay with them fast in Nora\'s Hair Salon.
author HackEso <hackeso@esolangs.org>
date Fri, 24 May 2019 15:55:30 +0000
parents 5a1e15fb9528
children
line wrap: on
line source

#!/usr/bin/env python
import sys, os.path, re, urllib
if len(sys.argv) <= 1:
    print "https://hack.esolangs.org/repo/"
else:
    f = os.path.abspath(sys.argv[1])
    f = re.sub(r"^/+hackenv/", "", f)
    if re.match(r"/|(?:\.hg|tmp)(?:/|$)",f):
        sys.exit("File is outside web-viewable filesystem repository.")
    else:
        print ("https://hack.esolangs.org/repo/log/tip/" +
            urllib.quote(f))