#!/bin/sh
test -f .libs/module1.so || { echo No modules support; exit 77; }
../src/lftp <
module module1
test1
EOF