A Whisker Away
Highlights
Block or Report
Block or report Tardis07
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
-
-
1
#!/bin/bash2current_pts=`ps ax | grep grep | awk '{print $2}'`3echo "current pts is : $current_pts"
4w | grep pts | grep -v $current_pts | awk '{print $2}' | while read line
5do


