mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-11 08:56:54 +01:00
5 lines
105 B
Bash
Executable File
5 lines
105 B
Bash
Executable File
#!/bin/sh
|
|
|
|
for filename in ~/Library/Logs/DiagnosticReports/NetNewsWire*.crash; do
|
|
cat $filename
|
|
done |