| |
---|
| | INTERPROMPT="Do You Want To Remove(Copy):" |
---|
| | TESTING="Test Mode ..." |
---|
| | |
---|
| | mkdir -p $GRAVEYARD |
---|
| | |
---|
| | |
---|
| | ##### |
---|
| | # Display usage information |
---|
| | ##### |
---|
| |
---|
| | # This function is called at the bottom of this file or it can |
---|
| | # be embedded in a shell startup script. |
---|
| | ##### |
---|
| | |
---|
| | # Pick up the environment variable settings if any, and go |
---|
| | |
---|
| | trm() |
---|
| | { |
---|
| | trm_go $TRM "$@" |
---|
| | } |
---|
| | |
---|
| | |
---|
| | trm_go() |
---|
| | { |
---|
| | |
---|
| | # Parse command line args |
---|
| | |
---|
| |
---|
| | ;; |
---|
| | esac |
---|
| | done |
---|
| | |
---|
| | # Process rest of command line arguments |
---|
| | |
---|
| | shift $((OPTIND-1)) |
---|
| | |
---|
| | # Notify if in test mode |
---|
| | |
---|
| | if [ -n "${TESTMODE}" ] |
---|
| | if [ -n "${TESTMODE}" ] && [ $# -gt 0 ] |
---|
| | then |
---|
| | echo ${TESTMODE} |
---|
| | fi |
---|
| | |
---|
| | # Process arguments |
---|
| | |
---|
| | shift $((OPTIND-1)) |
---|
| | while [ $# -gt 0 ] |
---|
| | do |
---|
| | |
---|
| | # Symlinks require special care |
---|
| |
---|
| | |