Skip to content

Instantly share code, notes, and snippets.

View isomorpheric's full-sized avatar
🐱

Eric Crescioni isomorpheric

🐱
  • US-Based - but who knows where I am right now?
View GitHub Profile
@pjobson
pjobson / getdisplay.sh
Last active June 30, 2022 16:14
gets the display for using cypress with wsl on and off a VPN
#!/bin/bash
# Check for user input
if [ -z "$1" ] || [ -z "$2" ]; then
echo "Expects: getdisplayip.sh \"VPN Interface\" \"Default Interface\""
exit 0
fi
VPNIFACE=$1
DEFIFACE=$2
@pjobson
pjobson / setup_cypress_wsl2.md
Last active April 24, 2025 04:54
Setting Up Cypress on Ubuntu WSL2