Some useful scripts and utils in Linux.
For example. You can use watchit.sh to monitor a process. Once the process finished, run another command.
./watchit.sh ProcessID "command you want to run"
./watchit.sh 558855 "python main.py"
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Some useful scripts and utils in Linux.
For example. You can use watchit.sh to monitor a process. Once the process finished, run another command.
./watchit.sh ProcessID "command you want to run"
./watchit.sh 558855 "python main.py"