Changes between Version 1 and Version 2 of MetcheCleanScript


Ignore:
Timestamp:
04/10/13 21:26:40 (4 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MetcheCleanScript

    v1 v2  
    3030SYMLINKS=$(find $DIR -maxdepth 1 -type l) 
    3131 
    32 # Destinations of the symlinks | seperated 
     32# Destinations of the symlinks | separated 
    3333for symlink in $SYMLINKS; do 
    3434  # Get the destination of the symlink  
     
    4545done 
    4646 
    47 # Change the space seperated list of symlinks to a | seperated one 
     47# Change the space separated list of symlinks to a | separated one 
    4848for symlink in $SYMLINKS; do 
    4949  LINK=$(basename $symlink)