Help for this page

Select Code to Download


  1. or download this
    # Not sure how quoting should work here, so fix if needed
    do shell script "bash -c /Users/stevied/bin/clean_desktop.pl"
    
  2. or download this
    #!/bin/bash
    perlbrew use perl-5.16.0   # or whatever version/folder you are using
    /Users/stevied/bin/clean_desktop.pl
    
  3. or download this
    do shell script "/Users/stevied/bin/clean_desktop.sh"