Skip to content

Instantly share code, notes, and snippets.

View yuygfgg's full-sized avatar
☠️
Tired

yuygfgg yuygfgg

☠️
Tired
View GitHub Profile
@yuygfgg
yuygfgg / Crossover.sh
Created April 28, 2025 05:54 — forked from ellsies/Crossover.sh
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