Skip to content

_experiment.sh has very minor bug #1

@rbouckaert

Description

@rbouckaert

from @davidhoover

The subdirectory test_xml should either be created before the cd step:

!/bin/bash

mkdir singleThread
mkdir singleThread/test_xml
cd singleThread

or without the dirname

!/bin/bash

mkdir singleThread
cd singleThread
mkdir test_xml

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions