#!/bin/bash if [[ $1 == "" ]]; then echo "Usage: dcopidl-tqt " else cp -Rp $2 $2.bkp $1 $2 cp -Rp $2.bkp $2 rm -f $2.bkp fi