pip install pyenvpip install pipenv| #!/bin/bash | |
| # | |
| # {SUMMARY} | |
| # | |
| # USAGE | |
| # sh {SCRIPT_FILENAME} -h | |
| # | |
| # REMARKS | |
| # https://www.m3tech.blog/entry/2018/08/21/bash-scripting | |
| # |
/members/{id}?key={key}&token={token}| const myFunc = () => { | |
| return new Promise((resolve, reject) => { | |
| if (Math.random() > 0.5) { | |
| console.log("resolve"); | |
| resolve("OK"); | |
| } else { | |
| console.log("reject"); | |
| reject("Error"); | |
| } | |
| }) |
| [CLIBOR] | |
| BACK_COLOR=$002D2823 | |
| SLTBACK_COLOR=$004D4D4D | |
| BACK_COLORF=clWhite | |
| SLTBACK_COLORF=clWhite | |
| LINE_COLOR=$FFFFFFFF | |
| LINEHYOJI_COLOR=$002D2823 | |
| BACK_COLOR2=$002D2823 | |
| BACK_COLORF2=clWhite | |
| SEARCHT=clWhite |