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
| #!/usr/bin/env ruby | |
| # encoding: UTF-8 | |
| # Utility for Mac OS X to locate files which have resource forks, and which | |
| # therefore might be corrupted by being transferred via a non-Mac filesystem. | |
| require 'find' | |
| if ARGV.length != 1 | |
| puts "usage: forkboy <dir>" |