This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| #file: convImgs.sh | |
| #author: fitorec http://fitorec.wordpress.com | |
| # | |
| #descripcion: Este script lo realize para reducir el tamaño de imgs la | |
| #tecnica es redimencionar y bajar la calidad de 50% en el nivel de compresion | |
| #la imagenes creadas quedaran en una carpeta que se llama mini | |
| # | |
| #Agumentos: recibe como unico argumento la extension de las images a convertir | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| ## @file rgb-colored-echo.sh | |
| ## @author Amber Jain | |
| ## @section DESCRIPTION A bash pretty print script which provides red/green/blue colored echo functions | |
| ## @section LICENSE ISC | |
| ################# | |
| # Documentation # |