#! /bin/bash # Copies Images Folder lc1=$(tr '[A-Z]' '[a-z]' <<< $1) workspace="Documents/workspace" target=~/$workspace/interactivateGWT-dev/activities/$1/war/images destination=~/$workspace/$1/war/$lc1/ echo "copying from " $target " to " $destination chmod 755 $target chmod 755 $destination cp -r $target $destination