ref: d902702d8f6f774e4d8815cc162ae6662498293a
parent: 24eef3b29089ed0b176545fc3d20c09a0ecc0db5
author: glenda <glenda@9front.local>
date: Wed Jan 20 20:46:00 EST 2021
added lstk - thanks ori
--- /dev/null
+++ b/util/lstk
@@ -1,0 +1,10 @@
+#!/bin/rc
+# Thanks ori for the script
+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