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 | |
| # This script copies a file from a source base to a destination base, | |
| # preserving the relative directory structure. | |
| # It assumes the input argument is a path RELATIVE to the SRC_BASE. | |
| # --- Configuration --- | |
| SRC_BASE="/media/sd_old/" | |
| DEST_BASE="/media/sd_new/" | 
  
    
      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
    
  
  
    
  | alert(); |