m0duspwnens
2020-04-21 13:01:56 -04:00
parent eaf54781e8
commit fd87e7bc1d
33 changed files with 408 additions and 363 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
# Get the data
DROP=$(tac /var/log/stenographer/stenographer.log | grep -m1 drop | awk '{print $14}' | awk -F "=" '{print $2}')
echo "stenodrop drop=$DROP"