Skip to content

Instantly share code, notes, and snippets.

@silverfox78
Created November 2, 2020 20:02
Show Gist options
  • Save silverfox78/db83296bdca29abb1b83374cb2d211f5 to your computer and use it in GitHub Desktop.
Save silverfox78/db83296bdca29abb1b83374cb2d211f5 to your computer and use it in GitHub Desktop.
pushOK()
{
Color_Off='\033[0m' # Text Reset
Green='\033[0;32m' # Green
V_LINEA=$(printf "%-70s" "#")
echo -e "$Green${V_LINEA// /#}\n"
echo -e "$Green\t[ - O K - ]\tSE HA SUBIDO CON EXITO LOS ARCHIVOS\n"
echo -e "$Green${V_LINEA// /#}\n$Color_Off"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment