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 | |
| # Prompt for the GitHub token | |
| read -p "Enter your GitHub token: " GITHUB_TOKEN | |
| # Prompt for GitHub username | |
| read -p "Enter your GitHub username: " GITHUB_USER | |
| # Get user real name | |
| read -p "Enter your real name: " REAL_NAME |
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
| "55984366060".split("").reduce((p, c)=> p.replace("x", c),"(xx) xxxxx-xxxx") |
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
| const blobfile = await (await fetch(`file://${uri}`)).blob() |