mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-21 22:15:47 +01:00
Fix crashlog script
This commit is contained in:
parent
a4efbda677
commit
ba077d4ed1
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
for filename in ~/Library/Logs/DiagnosticReports/Slack*.crash; do
|
||||
for filename in ~/Library/Logs/DiagnosticReports/NetNewsWire*.crash; do
|
||||
cat $filename
|
||||
done
|
Loading…
Reference in New Issue
Block a user