File: systemcheck.sh

package info (click to toggle)
watchdog 5.4-10lenny2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 936 kB
  • ctags: 684
  • sloc: ansic: 6,294; sh: 1,266; makefile: 72
file content (7 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
#!/bin/sh

# This checks quite some resources of the system. If for instance libc is
# destroyed you cannot start /bin/sh anymore.
# Courtesy of: Zygo Blaxell <zblaxell@linuxmaster.hungrycats.org>

exit 0