Searched refs:my_processes (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Installer/darwin/DiskImage/
H A DVirtualBox_Uninstall.tool139 my_processes="`ps -axco 'pid uid command' | grep -wEe '(VirtualBox|VirtualBoxVM|VBoxManage|VBoxHeadless|vboxwebsrv|VBoxXPCOMIPCD|VBoxSVC|VBoxNetDHCP|VBoxNetNAT)' | grep -vw grep | grep -vw VirtualBox_Uninstall.tool | tr '\n' '\a'`";
140 if test -n "$my_processes"; then
142 echo "$my_processes" | tr '\a' '\n'

Completed in 837 milliseconds