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 | |
| # cocoaDialog Rsync Progress | |
| # | |
| # Rsync files using the cocoaDialog progress bar. Example usage: | |
| # $ rsync -avr --progress ~/source ~/destination | ./rsync-progress.sh | |
| # | |
| # Copyright (C) 2014 Mark Carver | |
| # | |
| # Adapted from Kevin Hendricks example code |