#!/bin/sh #------------------------------------------------------------------------------ # /usr/bin/showdate - show current date and time # # Copyright (c) 2001-2024 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2003-11-14 jed # Last Update: $Id$ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #------------------------------------------------------------------------------ # include eislib . /var/install/include/eislib mecho -n "Current system time: " /usr/bin/date mecho -n "Current HW/CMOS time: " /usr/sbin/hwclock --show --localtime