#!/bin/sh

# Compile aftp WITHOUT line editor and history
# (if you don't have libreadline, and editline doesn't compiles, try this)

gcc -o aftp -D__unix__ aftp1c.c ftplib.c
