#!/bin/csh
set GS2GET="$HOME/profdb/IDL_PDB/GS2GET/"
ls $GS2GET | grep -v \~ | xargs -i -t cp -rf $GS2GET\{\} {}
exit
