summaryrefslogtreecommitdiff
path: root/src/backend/melted/copy.sh
blob: 6b2fd09876fd01130632a9025a182e62291a38fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
# copy all the backend relevant files into the directory given
# as argument. 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