#!/bin/sh
#
# lua-http debian/tests/simple-request
#
# Runs simple_request.lua from the lua-http examples, that
# "verbosely fetches an HTTP resource"
#
# Author: Santiago Ruano Rincón <santiago@debian.org>


set -e

# lua-lpeg_patterns.http (as of 2020-11-23) only support lua5.1 and 5.2

lua5.2 examples/simple_request.lua https://debian.org
