Spin up your machine and just run the command
curl https://olivierodo.me/setup-devtop?_=$(date +%s) | bash -
| /* | |
| * 1. Create a file names 'input.txt' where you past all the statement from the Krungthai PDF | |
| * | |
| * EXAMPLE: | |
| * 17/11/23 Fee (PCSFE) N-time Fee W/D. 10.00 83,096.75 23 | |
| * 10:49 | |
| * 21/11/23 Payment EDC (LSSWP) HEALTH LAND 2004 CO. LTD. 3,900.00 79,196.75 23 | |
| * 09:55 | |
| * 22/11/23 Fee - SMS Alert (SWALFE) Alert Fee,Term branch = 23 20.00 79,176.75 23 | |
| * 22:36 |
| Given I have the api gateway hosted on "https://jsonplaceholder.typicode.com" | |
| And I have the path "/todos/1" | |
| And I have the method "GET" | |
| When I run the API | |
| Then I should receive a response with the status 200 | |
| And the response body should be equal to: | |
| """ | |
| { | |
| "userId": 1, | |
| "id": 1, |
| { | |
| "data": { | |
| "dates": { | |
| "day": 15, | |
| "month": 7 | |
| }, | |
| "namedays": { | |
| "sk": "Henrich" | |
| } | |
| } |
Spin up your machine and just run the command
curl https://olivierodo.me/setup-devtop?_=$(date +%s) | bash -
Setting up the alias through command line
$ git config --global alias.vlog '!git log --pretty=format:"%s from %an" -1 | say &'
Or in your .gitconfig
[alias]