blob: 8bfbbf97bdaf81de9280bc7d99ffe40c7fe7275c [file] [log] [blame]
Gergely Csatari9205c552021-09-08 11:53:02 +03001#!/bin/bash
2#
3# Copyright 2021 Nokia
4# Licensed under the Apache License 2.0
5# SPDX-License-Identifier: Apache-2.0
6set -x
7echo "c2m-wrapper -------------------------------------------------------------"
8
9rst_editor="ls " ./c2m.sh $1
10
11out_dir="/mount/output"
12[ ! -d $out_dir ] && mkdir $out_dir
13[ -d $out_dir ] && rm -rf $out_dir/*
14
15mv -f -v output/* $out_dir