summaryrefslogtreecommitdiff
path: root/quotehostinfo
blob: b3effc3242e2f800520cca016b85c29bf6c6442b (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
printf '"compiled: %s\\n%s\\nhost: %s %s %s\\n%s\\n"\n' \
  "$(date)" \
  "$(make -s tellcc)" \
  "$(uname -m)" \
  "$(uname -s)" \
  "$(uname -r)" \
  "$(gcc -v 2>&1 | tail -1)"