From 965c8f009852383fdaa6be17062332f0ef0ee8a9 Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 6 Oct 2017 09:07:56 -0700 Subject: [PATCH] extract script fix --- .config/Scripts/{extract.sh => extract} | 1 + 1 file changed, 1 insertion(+) rename .config/Scripts/{extract.sh => extract} (98%) diff --git a/.config/Scripts/extract.sh b/.config/Scripts/extract similarity index 98% rename from .config/Scripts/extract.sh rename to .config/Scripts/extract index 5b70a65c..d09a790a 100755 --- a/.config/Scripts/extract.sh +++ b/.config/Scripts/extract @@ -1,3 +1,4 @@ +#!/bin/bash if [ -f $1 ] ; then # NAME=${1%.*} # mkdir $NAME && cd $NAME