From c3db05c525b1ee7b4b0ae85e0a9cdafae3688284 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 21 Dec 2012 13:13:49 +0200 Subject: [PATCH] .cat.sh: little cleaning --- .cat.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.cat.sh b/.cat.sh index 2c432520..bb1519e6 100755 --- a/.cat.sh +++ b/.cat.sh @@ -14,10 +14,4 @@ cat oidentd.conf > ~/.oidentd.conf chmod 644 ~/.oidentd.conf chmod 711 ~ -echo "Beginning ./recommends" -./recommends -echo "Ending ./recommends" - -exec $SHELL - # vim : set ft=sh :