Skip to content

Instantly share code, notes, and snippets.

View prplwtf's full-sized avatar

Emma prplwtf

View GitHub Profile
@prplwtf
prplwtf / blueprint-extension-sniffer.sh
Last active December 26, 2024 12:10
Blueprint extension sniffer
#!/bin/bash
#
# Usage:
# ORIGIN="/path/to/folder" DESTINATION="/path/to/destination" bash blueprint-extension-sniffer.sh
# Create temporary directory
temp_dir=$(mktemp -d)
# Create target directory if it doesn't exist
mkdir -p $DESTINATION