From 36f7747780ea5f459e17f34c42d646abff6e6dbc Mon Sep 17 00:00:00 2001 From: epochqwert Date: Wed, 19 Dec 2018 19:33:37 +0000 Subject: updated scripts, and xchg stuff added --- bin/xchg.list | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/xchg.list (limited to 'bin/xchg.list') 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- -- cgit v1.2.3