Megatest

mkdirs.sh at [8666173eaf]
Login

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


#!/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