Skip to content

Instantly share code, notes, and snippets.

View rafaelfelix's full-sized avatar

Rafael Felix Correa rafaelfelix

  • Berlin
  • 07:48 (UTC +02:00)
View GitHub Profile
#!/usr/bin/env python
from __future__ import print_function
import argparse
import os
import shutil
import sys
if __name__ == "__main__":
parser = argparse.ArgumentParser(description="Native Instruments uninstaller util for Mac (see: https://support.native-instruments.com/hc/en-us/articles/210291865-How-to-Uninstall-Native-Instruments-Software-from-a-Mac-Computer)")