#!/bin/sh

# Copuright (C) 2009 Codership Oy <info@codership.com>

echo "Operation not supported: $(basename $0 | sed s/\.sh//)" 
exit 0
