#!/bin/bash# Copyright 1999-2004 Gentoo Foundation# Distributed under the terms of the GNU General Public License v2# $Id: newbin 1912 2005-08-25 03:54:42Z ferringb $if[-z"${T}"]||[-z"${2}"];thenecho"Nothing defined to do."exit1fi
rm-rf"${T}/${2}"
cp"${1}""${T}/${2}"
dobin"${T}/${2}"