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