Skip to content

Instantly share code, notes, and snippets.

@roboteck
roboteck / Makefile
Created April 5, 2020 01:16
Example Makfile
# Output directories
BIN = bin
OBJ = obj
VERSION = 1A
NAME_SHORT = IA
OUTPUT = $(NAME_SHORT)_$(VERSION)
MAKE_NAME = 'NAME="TESTBENCH"'
@roboteck
roboteck / SolidWorks_Spoof.sh
Created October 30, 2021 05:32 — forked from W-Floyd/SolidWorks_Spoof.sh
Simple script to make a Virtualbox VM hidden enough to install SolidWorks
#!/bin/bash
__get_random_string () {
openssl rand -hex "${1}" | cut -c "1-${1}"
}
__my_vm='W10'