jekyll build from Action e92847840f

This commit is contained in:
sahinakkayadev
2023-01-16 04:05:23 +00:00
parent 47150198e7
commit 93e0873f02
18 changed files with 1609 additions and 515 deletions

View File

@ -58,4 +58,10 @@ var store = [{
"tags": [],
"url": "/2022/12/29/recap-of-2022.html",
"teaser": null
},{
"title": "Hot-Reload Long Running Shell Scripts (feat. trap / kill)",
"excerpt":"trap them and kill them! There is a beautiful command in Linux called trap which traps signals and let you run specific commands when they invoked. There is also good ol kill command which not only kills processes but allows you to specify a signal to send. By combining these...","categories": [],
"tags": ["trap","kill","linux"],
"url": "/2023/01/15/hot-reloading-with-trap-and-kill.html",
"teaser": null
}]