initial commit of bin scripts into git
This commit is contained in:
3
nonstd-bin
Executable file
3
nonstd-bin
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo ls -l /proc/[0-9]*/exe 2>/dev/null | awk '/ -> / && !/\/usr\/(lib(exec)?|s?bin)\// {print $9, $10, $11}' | sed 's,/proc/\([0-9]*\)/exe,\1,'
|
||||
Reference in New Issue
Block a user