#!/bin/sh

if localproxy --help >/dev/null 2>&1; then
    echo "PASS: localproxy --help"
else
    echo "FAIL: localproxy --help"
fi
