summaryrefslogtreecommitdiff
path: root/quotehostinfo
blob: cd060ec323673e2a2700d0b098431b491adc70bf (plain)
1
2
3
4
5
6
7
#!/bin/bash
fil=/tmp/quotehostinfo$$
echo compiled: `date` > $fil
make -s tellcc >> $fil
cat .host >> $fil
echo \"`cat $fil | sed 's/.*/&\\\\n/'`\" | sed 's/\\n /\\n/g'
rm $fil