aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-reference
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-reference')
-rwxr-xr-xbin/ak-reference20
1 files changed, 5 insertions, 15 deletions
diff --git a/bin/ak-reference b/bin/ak-reference
index e2ad2df..2484ba0 100755
--- a/bin/ak-reference
+++ b/bin/ak-reference
@@ -14,21 +14,10 @@ if [ ! -d $ZREFERENCESDIR ]; then
else
ak-logthis "zreferencesdir found"
fi
-tempassin(){
- if [ ! -z $1 ]
- then
- TEMPASSIN="$1"
- else
- TIMESTAMP="$(date -u +%s)"
- TEMPASSIN="/tmp/aktmp_$TIMESTAMP"
- fi
- if [ ! -d $TEMPASSIN ]; then
- mkdir $TEMPASSIN
- fi
- cd $TEMPASSIN
-}
+
create(){
- tempassin $TEMP
+ TEMP="$(ak-tempassin)"
+ cd $TEMP
#pwd
export REFERENCEFILE="$(date -u +%s)"
if [ ! -z $1 ] && [ ! -z $2 ]
@@ -95,7 +84,8 @@ import(){
exit 224
}
add(){
- tempassin
+ TEMP="$(ak-tempassin)"
+ cd $TEMP
if [ -f $1 ]; then
FILE="$1"
echo "Adding references from " $FILE