Skip to content

Instantly share code, notes, and snippets.

@raultm
Last active June 18, 2017 06:29
Show Gist options
  • Save raultm/7a26e876445fa76c79f3e3b5f1d9d7ab to your computer and use it in GitHub Desktop.
Save raultm/7a26e876445fa76c79f3e3b5f1d9d7ab to your computer and use it in GitHub Desktop.
Check Styles persist in remote command
#!/bin/bash
# Permlaink to GIST raw https://gist.github.com/atenni/5604615
# bash <(curl -s https://gist.githubusercontent.com/raultm/7a26e876445fa76c79f3e3b5f1d9d7ab/raw/main)
# SOURCE Bashstyling (https://gist.github.com/raultm/c68dca2d076273f569b51653503ead05)
source <(curl -s https://gist.githubusercontent.com/raultm/c68dca2d076273f569b51653503ead05/raw)
title "Vamos a ejecutar un comando descargado con curl..."
bash <(curl -s https://gist.githubusercontent.com/raultm/7a26e876445fa76c79f3e3b5f1d9d7ab/raw/remote)
#!/bin/bash
h1 ¿Funciona sin añadir el source de style?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment