Skip to content

Instantly share code, notes, and snippets.

@RedFlames
RedFlames / mod_testing.py
Created September 21, 2023 14:59
UE 5 mod package/copy/launch Python script
import os
import sys
import json
import time
import shutil
import subprocess
from pathlib import Path
import argparse
"""
@RedFlames
RedFlames / git.md
Last active October 9, 2022 02:00
Useful git one-liners (...and multi-liners)