6 lines
120 B
Bash
Executable file
6 lines
120 B
Bash
Executable file
#!/bin/rc
|
|
U=`{cat /dev/user}
|
|
ps | sed -n '/^'$U' .*Stopped.* '$1'$/s%[^ ]* *%~>/proc/%
|
|
s% *.*%/ctl%
|
|
s%~%echo start%p'
|