#!/bin/bash # # @Author: Anne Philipp # # @Date: December, 19 2019 # # @Description: # This file is just to keep the Jobscript directory not empty. # Otherwise the directory could not be collected to the tarball. # # @Licence: # (C) Copyright 2014-2019. # # SPDX-License-Identifier: CC-BY-4.0 # # This work is licensed under the Creative Commons Attribution 4.0 # International License. To view a copy of this license, visit # http://creativecommons.org/licenses/by/4.0/ or send a letter to # Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. # # -----------------------------------------------------------------