diff --git a/gasutc b/gasutc index c3e4347..5830362 100755 --- a/gasutc +++ b/gasutc @@ -33,6 +33,6 @@ printf "The current time is as follows.\nYear: $year\nMonth: $month\nDay: $day\n time=`echo $time | cut -b 1,2,3,4` year=`echo $year | cut -b 3,4` printf "Your date-compatible string for today is: $month$day$time$year\nHere it is again, on its own line:\n$month$day$time$year\n" -/bin/ssu -- date -u $month$day$time$year +date -u $month$day$time$year rm /tmp/date.jnk exit