#!/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