Skip to content

Instantly share code, notes, and snippets.

View isomorpheric's full-sized avatar
🐱

Eric Crescioni isomorpheric

🐱
  • US (remote)
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 March 8, 2024 08:08
Setting Up Cypress on Ubuntu WSL2