aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/README.sh
blob: b17f71e119f241800806aac902a0bd471fa509bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

CURRENT=$(date -u '+%F %T %Z')

if [ -z ${VERSION} ]; then
    echo "ERROR: No version number defined";
    exit 1;
fi

cat <<EOF

This package provides a ClientProvider and a ServerProvider implementation using HTTP on JDisc.

EOF