I want to send some data to a root process with a named pipe. Here is the script and it works great:
#!/bin/sh pipe=/tmp/ntp if [[ ! -p $pipe ]]; then mknod
Just put the reading cycle into background (add & after done)?