summaryrefslogtreecommitdiff
path: root/src/backend/melted/copy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/melted/copy.sh')
-rwxr-xr-xsrc/backend/melted/copy.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/backend/melted/copy.sh b/src/backend/melted/copy.sh
deleted file mode 100755
index 570bf545..00000000
--- a/src/backend/melted/copy.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-# copy all the backend relevant files from the first to the second
-# directory given in the arguments.
-# The intended use is to move back and forth those files
-# (since they are git'ed on the merchant's repository) as long as not
-# configure flag like --enable-merchant will be available from the mint
-
-# STILL NOT TESTED
-
-cp -t $2 \
-$1/Makefile.am \
-$1/merchant.c \
-$1/merchant_db.c \
-$1/merchant_db.h \
-$1/merchant.h \
-$1/taler-merchant-httpd.c \
-$1/merchant.conf