4 lines
115 B
Bash
Executable file
4 lines
115 B
Bash
Executable file
#!/bin/rc
|
|
~ $#* 0 || ps | sed -n '/^'$user' .*Stopped.* '$1'$/s%[^ ]* *%~>/proc/%
|
|
s% *.*%/ctl%
|
|
s%~%echo start%p'
|