begin
oshell("uname -a");
  oshell("echo -n 'Kernel uptime: ';uptime | cut -c 14-");
end;
