Skip to content

Instantly share code, notes, and snippets.

View Newbrict's full-sized avatar
💭

Dimitar Dimitrov Newbrict

💭
View GitHub Profile
@Newbrict
Newbrict / defrag.md
Last active December 4, 2022 21:08
How to install DeFRaG ( on windows )
# -*- coding: utf-8 -*-
import sys
import argparse
def process_arguments(argv):
parser = argparse.ArgumentParser(description="Template Python Application")
parser.add_argument('--ip',
metavar='IP_ADDRESS',
dest='ip_address',