Showme: remove unused variable.
This commit is contained in:
@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
# 3 shots by default
|
# 3 shots by default
|
||||||
shots=${1-3}
|
shots=${1-3}
|
||||||
dir=`basename "$(pwd)"`
|
|
||||||
|
|
||||||
TMPDIR=`mktemp -d` && {
|
TMPDIR=`mktemp -d` && {
|
||||||
cd $TMPDIR
|
cd $TMPDIR
|
||||||
|
Reference in New Issue
Block a user