summaryrefslogtreecommitdiff
path: root/hostinfo
diff options
context:
space:
mode:
Diffstat (limited to 'hostinfo')
-rwxr-xr-xhostinfo5
1 files changed, 5 insertions, 0 deletions
diff --git a/hostinfo b/hostinfo
new file mode 100755
index 0000000..ff1c433
--- /dev/null
+++ b/hostinfo
@@ -0,0 +1,5 @@
+echo host: `uname -m` `uname -s` `uname -r`
+fil=/tmp/hostinfo$$
+gcc -v 2> $fil
+tail -1 $fil
+rm $fil