martes, 26 de noviembre de 2024

set-date.sh

 #!/bin/bash  
echo "favor de meter la hora en el siguiente formato."
echo "2007-05-27 17:27"

#by AlexLikeRock
echo " "

#Take the input
read  


echo trabajando...
echo "$REPLY"
echo " "

hwclock --set --date="date +$REPLY"


# hwclock --set --date="date '+%D %H:%M:%S'"

No hay comentarios:

Publicar un comentario

Donarme :->

Donar a AlexLikeRock
muchas gracias por tu ayuda :->

Devuan Logo at TXT with color

    #/bin/bash -e #re-edit by AlexLikeRock  # Sunday, March 22 2026 #inspire from Guest57   and https://github.com/KittyKatt/screenFetch/blo...