Skip to content

Hostemy/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Automating the Execution of motd.sh

Este proyecto proporciona un script para automatizar la descarga y ejecución del script motd.sh desde un repositorio de GitHub.

Comando para Crear y Ejecutar el Script

Puedes crear y ejecutar el script run_motd.sh utilizando el siguiente comando en tu terminal:

bash -c 'echo -e "#!/bin/bash\n\n# Descargar el script motd.sh\ncurl -O https://raw.githubusercontent.com/Hostemy/scripts/refs/heads/main/motd.sh\n\n# Dar permisos de ejecución al script descargado\nchmod +x motd.sh\n\n# Ejecutar el script\n./motd.sh" > run_motd.sh && chmod +x run_motd.sh && ./run_motd.sh'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages