Home | History | Annotate | Download | only in testscripts
      1 #!/bin/bash
      2 
      3 while :
      4 do
      5 	cat /proc/[0-9]*/cmdline > /dev/null 2>/dev/null
      6 done
      7