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