File: config

package info (click to toggle)
lmbench 3.0-a9%2Bdebian.1-3
  • links: PTS
  • area: non-free
  • in suites: bullseye
  • size: 2,752 kB
  • sloc: ansic: 12,328; perl: 6,531; sh: 3,965; makefile: 730
file content (7 lines) | stat: -rwxr-xr-x 103 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 CONFIG
else	echo CONFIG.$UNAME
fi