Skip to content

Instantly share code, notes, and snippets.

View EricBois's full-sized avatar

Eric Boisvenu EricBois

View GitHub Profile
Message me to see my active projects
@EricBois
EricBois / ngrok.txt
Last active June 27, 2022 13:19
bash to auto setup ngrok with my api/gui and launch
#!/usr/bin/env bash
#This script requires jq and pbcopy install on debian with :
# sudo apt install xclip xsel
# sudo apt install jq
# where is your folders, i personally place this script in a folder where the 2 folder packages are located
API_FOLDER_LOCATION="cozey-wms-api"
GUI_FOLDER_LOCATION="cozey-wms-client"