extract script fix

This commit is contained in:
Luke 2017-10-06 09:07:56 -07:00
parent f8d6005547
commit 965c8f0098

View File

@ -1,3 +1,4 @@
#!/bin/bash
if [ -f $1 ] ; then if [ -f $1 ] ; then
# NAME=${1%.*} # NAME=${1%.*}
# mkdir $NAME && cd $NAME # mkdir $NAME && cd $NAME