diff options
Diffstat (limited to 'bin/xchg.list')
-rwxr-xr-x | bin/xchg.list | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/xchg.list b/bin/xchg.list new file mode 100755 index 0000000..cad49f4 --- /dev/null +++ b/bin/xchg.list @@ -0,0 +1,5 @@ +#!/bin/sh +if [ ! -d /var/cache/segfault/xchg/$1 ];then + /home/segfault/bin/xchg.init $1 +fi +grep -H . /var/cache/segfault/xchg/$1/* | grep -v ':0$' | cut -d/ -f6- |