#!/bin/sh
#
# Ciall -c "comments"
#
# Check in everything we have checked out.

cleartool ci -ident $* `cleartool lsco -avobs -me -short`

