Bash程序  |  7行  |  79 B

#!/bin/bash

while :
do
	cat /proc/[0-9]*/cmdline > /dev/null 2>/dev/null
done