Megatest

mkdirs.sh at [e9a41f7443]
Login

File tests/fslsync/tests/setup/mkdirs.sh artifact 5b853fc39d part of check-in e9a41f7443


#!/usr/bin/env bash

# Create needed directories both local and remote

# Remote
ssh $SITENAME mkdir -vp $WORKAREA/$SITENAME/$AREANAME

# Local
mkdir -vp $WORKAREA/$SITENAME/$AREANAME

echo done