#!/bin/bash

value=`cat /proc/uptime | cut -f 1 -d ' '`
echo "uptime=$value"
