Skip to content

codercowboy/scripts

Repository files navigation

Coder Cowboy Scripts

Various bash scripts to help you on your way.

Basic Instructions

Bash is a scripting language that's provided with linux distributions. It's a lot like batch scripts on DOS/Windows. Bash is open source and free. That means you already have it on your linux or OSX box, and you can easily install it on your windows machine using cygwin.

If you're interested in learning bash scripting, here are two resources to check out, the first one is especially important to check out:

What the scripts do

  • backuptousb.sh - personal backup script for external drive backup
  • bash_profile.sh - env vars / env functions I use regularly
  • fixnefs.sh - fix mismatched NEF/JPG file dates that result from renameit.sh
  • laptopbackup.sh - personal laptop backup script
  • md5tool.sh - md5 digest creation & validation script
  • renameit.sh - rename image files w/ a timestamp based on last modified time
  • systembackup.sh - personal backup script for system files

Notes

Note: There are various OLD scripts that I don't use anymore moved into the 'old' directory.

If you have any questions, comments, kudos, criticisms about any of the scripts, e-mail me.

Licensing

All scripts are licensed with the Apache license, which is a great license because, essentially it:

  • a) covers liability - my code should work, but I'm not liable if you do something stupid with it
  • b) allows you to copy, fork, and use the code, even commercially
  • c) is non-viral, that is, your derivative code doesn't have to be open source to use it

Other great licensing options for your own code: the BSD License, or the MIT License.

Here's the license:

Copyright (c) 2012, Coder Cowboy, LLC. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    1. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied.

About

Various bash scripts to help you on your way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published