Showme: remove unused variable.

This commit is contained in:
Artem Sapegin 2013-01-10 15:00:39 +04:00
parent e3bddfe05f
commit 985ad2debc
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@
# 3 shots by default
shots=${1-3}
dir=`basename "$(pwd)"`
TMPDIR=`mktemp -d` && {
cd $TMPDIR