-
-
Save raultm/7a26e876445fa76c79f3e3b5f1d9d7ab to your computer and use it in GitHub Desktop.
Check Styles persist in remote command
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 | |
# 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) |
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 | |
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