#!/bin/sh

if test "$1" = "-s"; then
  shift
fi

cp $*

