diff options
author | stuconnolly <stuart02@gmail.com> | 2009-01-29 00:21:45 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-01-29 00:21:45 +0000 |
commit | 15e485564bb48b077fab532d91cd323e20958a12 (patch) | |
tree | fa7d66c55b2d71afdfe58feb0f29599821a33008 /Scripts/trim-application.sh | |
parent | 9a5c96b6a5b6b84a37033742ad043aa62db6fe92 (diff) | |
download | sequelpro-15e485564bb48b077fab532d91cd323e20958a12.tar.gz sequelpro-15e485564bb48b077fab532d91cd323e20958a12.tar.bz2 sequelpro-15e485564bb48b077fab532d91cd323e20958a12.zip |
Header changes.
Diffstat (limited to 'Scripts/trim-application.sh')
-rwxr-xr-x | Scripts/trim-application.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Scripts/trim-application.sh b/Scripts/trim-application.sh index b42938e9..6de4b3ea 100755 --- a/Scripts/trim-application.sh +++ b/Scripts/trim-application.sh @@ -1,9 +1,7 @@ #! /bin/ksh -## $Id: trim-application.sh 118 2008-06-21 13:57:41Z stuart $ -## -## Author: Stuart Connolly <stuart@stuconnolly.com> -## Copyright (c) 2008 Stuart Connolly. All rights reserved. +## Author: Stuart Connolly (stuconnolly.com) +## Copyright (c) 2009 Stuart Connolly. All rights reserved. ## ## Paramters: -p -- The path to the application that is to be trimmed ## -d -- Remove unnecessary files (i.e. .DS_Store files, etc) (optional). |