Skip to content
Snippets Groups Projects
Commit e258f0eb authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Adding example for each option with prep_env

parent 8918762a
No related branches found
No related tags found
No related merge requests found
...@@ -21,11 +21,11 @@ An executable to create test environment to run the job scripts on, along with j ...@@ -21,11 +21,11 @@ An executable to create test environment to run the job scripts on, along with j
seq: Create a test_dir with sequential file names. seq: Create a test_dir with sequential file names.
Example: Example:
└── test_dir └── test_dir
├── test1 ├── test1
├── test2 ├── test2
├── test3 ├── test3
├── test4 ├── test4
└── test5 └── test5
rand: Create a test_dir with random file names. rand: Create a test_dir with random file names.
Example: Example:
......
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