From cd0f3838225781e63dfd96a2eb2257245f295eb4 Mon Sep 17 00:00:00 2001 From: Renato Silva Date: Mon, 15 Sep 2014 17:10:41 -0300 Subject: [PATCH] Convert line breaks from Windows to Unix format. --- easyoptions | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/easyoptions b/easyoptions index 9615eb5..26183b8 100644 --- a/easyoptions +++ b/easyoptions @@ -1,26 +1,26 @@ -#!/bin/bash - -## -## EasyOptions Bash Front End 2014.9.11 -## Copyright (c) 2014 Renato Silva -## GNU GPLv2 licensed -## -## This is the Bash front end for EasyOptions. It is just a wrapper to the -## default implementation for Bash scripts, which is currently Ruby. The pure -## Bash implementation is available as easyoptions.sh. This wrapper makes usage -## cleaner and implementation-agnostic: -## -## source easyoptions || exit -## -## Ruby is currently also the reference implementation, meaning this is the main -## focus of development. However the idea is that new features are applied to -## all implementations. For knowing how up-to-date with the reference an -## implementation is, please refer to the commit log for the source code -## repository. For help about using EasyOptions, please refer to the -## corresponding implementation: -## -## easyoptions.sh --help -## easyoptions.rb --help -## - -eval "$(from="$0" easyoptions.rb "$@" || echo exit 1)" +#!/bin/bash + +## +## EasyOptions Bash Front End 2014.9.15 +## Copyright (c) 2014 Renato Silva +## GNU GPLv2 licensed +## +## This is the Bash front end for EasyOptions. It is just a wrapper to the +## default implementation for Bash scripts, which is currently Ruby. The pure +## Bash implementation is available as easyoptions.sh. This wrapper makes usage +## cleaner and implementation-agnostic: +## +## source easyoptions || exit +## +## Ruby is currently also the reference implementation, meaning this is the main +## focus of development. However the idea is that new features are applied to +## all implementations. For knowing how up-to-date with the reference an +## implementation is, please refer to the commit log for the source code +## repository. For help about using EasyOptions, please refer to the +## corresponding implementation: +## +## easyoptions.sh --help +## easyoptions.rb --help +## + +eval "$(from="$0" easyoptions.rb "$@" || echo exit 1)"