Search:
Login
Help/Guide
About Trac
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Back to Ticket #11188
Ticket #11188
: uptime.sh
File uptime.sh,
104 bytes
(added by
eanyx
,
10 years ago
)
uptime script
Line
1
#!/bin/bash
2
3
while
[
true
]
4
do
5
{
6
echo
`
date
`
>>
./uptime.out
7
uptime
>>
./uptime.out
8
sleep
60
9
}
10
done
Download in other formats:
Original Format