This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| # | |
| if [ -e index.html ] | |
| then echo "index.html already exists, please remove it and rerun this script" | |
| exit | |
| fi | |
| #Create Thumbnails | |
| # | |
| #Check if directory exists and create it if not | |
| if [ -d thumbs ] |