How to wake up a sleeping bash script.md 313 B


title: How to wake up a sleeping bash script date: 2021-03-11 08:18:29 categories: [programming] tags: [bash,read,mkfifo,pipe]

authors: sedlav

This bash tutorial describes how to wake up a sleeping bash script by utilizing a named pipe.

Link