Refactor server roles into one that handles all OS physical or virtual
This commit is contained in:
6
server/files/bin/watch-process
Normal file
6
server/files/bin/watch-process
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Watch a process output
|
||||
# mReschke 2018-01-19
|
||||
|
||||
sudo tail -f /proc/$(pgrep $1|head -n1)/fd/1
|
||||
Reference in New Issue
Block a user