#!/bin/sh # # Wrapper script that pretends to be the old OLC client, in order # to point people at the website. This command is still documented # in too many places. # Special case, dotfiles used to run "olc who" to tell the OLC server # that a user had logged in if [ "$1" = "who" ]; then exit 0 fi cat <