Skip to content

Instantly share code, notes, and snippets.

View DshonSB's full-sized avatar

Daron O'Brien DshonSB

View GitHub Profile
@DshonSB
DshonSB / Crossover.sh
Created June 20, 2025 00:39 — forked from ellsies/README.md
Crackover (Complete free version of crossover)
#!/usr/bin/env bash
# checck if pidof exists
PIDOF="$(which pidof)"
# and if not - install it
(test "${PIDOF}" && test -f "${PIDOF}") || brew install pidof
# find app in default paths
CO_PWD=~/Applications/CrossOver.app/Contents/MacOS
test -d "${CO_PWD}" || CO_PWD=/Applications/CrossOver.app/Contents/MacOS