#!/bin/sh
#
# getUserId - Get the current userid
#

# This is the BSD way, override on system V derivatives.

whoami
