summaryrefslogtreecommitdiffstats
path: root/gold
diff options
context:
space:
mode:
authorMomo <momorientes@online.de>2011-09-09 14:58:58 +0200
committerMomo <momorientes@online.de>2011-09-09 14:58:58 +0200
commit6a2c1014c99ff37028c138dfc12722849f72eab9 (patch)
treed36f7b5462e2a157cd107cb496f2972cead9196b /gold
parente73eebac6be277bb20d1effc25d4c29900eb1df1 (diff)
parentf8dcc0059b8e53def57b242e2e093009b998865c (diff)
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'gold')
-rwxr-xr-xgold/mining/bin/cleanup_tmp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/mining/bin/cleanup_tmp b/gold/mining/bin/cleanup_tmp
index e1395b19..ce72d906 100755
--- a/gold/mining/bin/cleanup_tmp
+++ b/gold/mining/bin/cleanup_tmp
@@ -1,4 +1,4 @@
#! /bin/sh
-ls -lAtr /tmp/ | sed -rn '
- /\.so$/{$!{s/.* ([A-Za-z0-9]+\.so)$/rm -v \/tmp\/\1/p}}
+ls -lAtr /tmp/ | sed -n '
+ /\.so$/{$!{s/.* \([A-Za-z0-9\]\+\.so\)$/rm -v \/tmp\/\1/p}}
' | sudo sh