Home
last modified time | relevance | path

Searched refs:report_file (Results 1 – 1 of 1) sorted by relevance

/haiku/3rdparty/mmu_man/scripts/
H A DHardwareChecker.sh44 report_file="$(finddir B_DESKTOP_DIRECTORY)/hwchecker_report_$$.txt"
52 …tent-Length: ${#report_ack}\r\n\r\n$report_ack") | $netcat -q 1 -l -p $report_port > "$report_file"
55 if [ -s "$report_file" ]; then
56 open "$report_file"
58 …alert "A file named $(basename $report_file) has been created on your desktop. You can copy this f…
60 rm "$report_file"