summaryrefslogtreecommitdiff
path: root/src/backend/melted/copy.sh
blob: 570bf54597715328452f9da3d527ffaa6df2fb49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/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