On mac:
- Download the latest release.
- Extract the binary and place it in
/usr/local/bin.
| #!/usr/bin/env perl | |
| use 5.010; | |
| use strict; | |
| use File::Find; | |
| use Getopt::Long; | |
| sub usage { | |
| return <<EOF | |
| =============================================================== |
On mac:
/usr/local/bin.