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 | |
msg () { | |
figlet -f term "Your wish is my command" | lolcat | |
} | |
menu () { | |
echo "1. Cointop" | |
echo "2. Reddit" | |
echo "3. Exit" | |
read -n 1 -s option |
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
Providers.globalProvider = new MsalProvider({ | |
clientId: '<Application client id>', | |
authority:"https://login.microsoftonline.com/<tenant>", | |
scopes:['api://<api uri>/<api scope>'], | |
options:{ | |
auth:{ | |
redirectUri:'<Your url to redirect to as specified in app registration Authentication Redirect URIs>', | |
navigateToLoginRequestUrl:<true/false> | |
} | |
} |
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
Verifying that +genisys is my blockchain ID. https://onename.com/genisys |
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
add --max_allowed_packet=512M to your mysqldump command |