File: info

package info (click to toggle)
lmbench 3.0-a9%2Bdebian.1-10
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid
  • size: 3,028 kB
  • sloc: ansic: 12,328; perl: 6,531; sh: 2,784; makefile: 733
file content (7 lines) | stat: -rwxr-xr-x 99 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/bin/sh

UNAME=`uname -n 2>/dev/null`
if [ X$UNAME = X ]
then	echo INFO
else	echo INFO.$UNAME
fi