xref: /aoo41x/main/solenv/bin/newfolderforce (revision 5b501c92)
1*5b501c92SAndrew Rist#rg 16.6.981*5b501c92SAndrew Rist# *************************************************************1*5b501c92SAndrew Rist#1*5b501c92SAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one1*5b501c92SAndrew Rist#  or more contributor license agreements.  See the NOTICE file1*5b501c92SAndrew Rist#  distributed with this work for additional information1*5b501c92SAndrew Rist#  regarding copyright ownership.  The ASF licenses this file1*5b501c92SAndrew Rist#  to you under the Apache License, Version 2.0 (the1*5b501c92SAndrew Rist#  "License"); you may not use this file except in compliance1*5b501c92SAndrew Rist#  with the License.  You may obtain a copy of the License at1*5b501c92SAndrew Rist#1*5b501c92SAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.01*5b501c92SAndrew Rist#1*5b501c92SAndrew Rist#  Unless required by applicable law or agreed to in writing,1*5b501c92SAndrew Rist#  software distributed under the License is distributed on an1*5b501c92SAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY1*5b501c92SAndrew Rist#  KIND, either express or implied.  See the License for the1*5b501c92SAndrew Rist#  specific language governing permissions and limitations1*5b501c92SAndrew Rist#  under the License.1*5b501c92SAndrew Rist#1*5b501c92SAndrew Rist# *************************************************************1*5b501c92SAndrew Rist1*5b501c92SAndrew Ristif {#} != 11*5b501c92SAndrew Rist	echo emuliert "mkdir -p"1*5b501c92SAndrew Rist	echo d.h. des gesamte Directory-Baum wird angelegt1*5b501c92SAndrew Rist	exit1*5b501c92SAndrew Ristend1*5b501c92SAndrew Rist1*5b501c92SAndrew Ristset wo "{1}"1*5b501c92SAndrew Ristset regex ""1*5b501c92SAndrew Rist1*5b501c92SAndrew Ristset exit 01*5b501c92SAndrew Ristfor i in  in 1 2 3 4 5 6 7 8 9 101*5b501c92SAndrew Ristset regex "{regex}[�:]+:"1*5b501c92SAndrew Rist(evaluate "{wo}" =~ /([:]+{regex})�1�/) > Dev:null1*5b501c92SAndrew Ristif not `exists -d "{�1}"`1*5b501c92SAndrew Ristnewfolder "{�1}"1*5b501c92SAndrew Ristend1*5b501c92SAndrew Ristend1*5b501c92SAndrew Ristset exit 11*5b501c92SAndrew Rist