#!/bin/sh
#
# Just get the process ID such that a unique directory name can be created
#	when building the client archive
#
# I just couldn't get the $$ within make so I gave up and created a script

echo $$
