|
|
|
|
|
by CyberShadow
3954 days ago
|
|
Could you please add some usage examples or elaborate on when this tool would be useful? For example, > building several targets of a Makefile As opposed to `make && sudo make install` ? > downloading multiple files one at a time As opposed to `(wget url1 &) ; (wget url2 &)` ? > or simply as a glorified `nohup` As opposed to `nohup` ? |
|
For example: