Merge "Copy common.csv and diff.csv into DIST_DIR"
This commit is contained in:
@@ -8,3 +8,7 @@ cat common.csv
|
||||
echo
|
||||
echo " - Different parts"
|
||||
cat diff.csv
|
||||
|
||||
if [ -v DIST_DIR ]; then
|
||||
cp common.csv diff.csv $DIST_DIR
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user