This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Message me to see my active projects |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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" |