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/sh | |
| echo oAuth2 app id: | |
| read appid | |
| echo oAuth2 app secret: | |
| read -s appsecret | |
| echo Username: | |
| read username |
NewerOlder