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
| #!/bin/bash | |
| # Integrate into local repository... | |
| # Usage: ./makeLocal.sh <--file=prefix> <--groupId=...> <--artifactId=...> <--version=...> | |
| # Example: ./makeLocal.sh --file=glib --groupId=com.glib --artifactId=glib-core --version=0.0.1-SNAPSHOT | |
| function usage() | |
| { | |
| echo ">> ~*~*~*~ MakeLocal Script - © 2018 ZeusMainframe Services, LLC. ~*~*~*~ <<" | |
| echo " Version: 1.1-alpha" | |
| echo "" |
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
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Net.Sockets; | |
| using System.Text; | |
| using System.Threading; | |
| using Newtonsoft.Json; | |
| #if DEBUG | |
| using System.Diagnostics; |