# File lib/spring/client/status.rb, line 19
      def print_process(pid)
        puts `ps -p #{pid} -o pid= -o command=`
      end