Skip to content

Instantly share code, notes, and snippets.

@Magamex
Magamex / sk.sh
Created August 8, 2020 02:09
sk es un script para conectarse por ssh, enviar y recibir archivos y crear tunel
#!/bin/bash
# https://misc.flogisoft.com/bash/tip_colors_and_formatting
# https://bytefreaks.net/gnulinux/bash/cecho-a-function-to-print-using-different-colors-in-bash
negro='\E[0;47m'
rojo='\E[0;31m'
verde='\E[0;32m'
amarillo='\E[0;33m'
azul='\E[0;34m'
magenta='\E[0;35m'
@PurpleBooth
PurpleBooth / README-Template.md
Last active June 25, 2024 09:23
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites