Skip to content
Snippets Groups Projects
Commit ccd83caa authored by kohleman's avatar kohleman
Browse files

initial checkin

SVN: 12647
parent 34bf7eae
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
NGQQNR_DIR=/local0/home/openbis/sprint/datastore_server/data/incoming/NGQQNR
GLI_DIR=/local0/home/openbis/sprint/datastore_server/data/incoming/GLI
CIFEX_DIR=/local0/home/openbis/sprint/datastore_server/data/incoming-cifex
MFS_DIR=/local0/home/openbis/sprint/datastore_server/data/incoming/MFS
[ -d $NGQQNR_DIR ] || mkdir -p $NGQQNR_DIR
[ -d $GLI_DIR ] || mkdir -p $GLI_DIR
[ -d $CIFEX_DIR ] || mkdir -p $CIFEX_DIR
[ -d $MFS_DIR ] || mkdir -p $MFS_DIR
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment