update link to upper-constraints.txt
[doc.git] / tools / c2m-wrapper.sh
1 #!/bin/bash
2 #
3 # Copyright 2021 Nokia
4 # Licensed under the Apache License 2.0
5 # SPDX-License-Identifier: Apache-2.0
6 set -x
7 echo "c2m-wrapper -------------------------------------------------------------"
8
9 rst_editor="ls " ./c2m.sh $1
10
11 out_dir="/mount/output"
12 [ ! -d $out_dir ] && mkdir $out_dir
13 [ -d $out_dir ] && rm -rf $out_dir/*
14
15 mv -f -v output/* $out_dir