summaryrefslogtreecommitdiff
path: root/rc/bin/lstk
blob: a4464c9e5f36098cf440aa431f44bd4cb684b3b9 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/rc

if(~ $#* 1)
	p=$1
if not if(~ $#* 0)
	p=`{ps | grep Broken | awk '{print $2}' | sort -n | tail -n 1}
if not
	p 'usage: $0 [broken]' >[2=1]

echo 'lstk()' | acid $p