Skip to content

Commit

Permalink
minor fixes / cleanups for the shutdownlogs script
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkaplan committed Jan 15, 2024
1 parent 8459d9c commit b091888
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions parsers/sysdiagnose-shutdownlogs.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
#! /usr/bin/env python3

# For Python3
# Demo blank parsers
# Author: david@autopsit.org
# Sysdiagnose Shutdown logs
# Author: Benoit Roussile

import os
import sys
import json
from optparse import OptionParser
import time
import struct
import datetime
import re

Expand Down

0 comments on commit b091888

Please sign in to comment.