File: uptime

package info (click to toggle)
cfingerd 1.4.3-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 968 kB
  • sloc: ansic: 3,776; perl: 501; makefile: 137; sh: 73
file content (12 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

header=/etc/cfingerd/top_finger.txt
footer=/etc/cfingerd/bottom_finger.txt

cat $header
 echo
  echo "System statistical information:"
  echo
  ruptime
 echo
cat $footer