mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix crashlog script
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user