This repository is meant to store a script called Bashflow. The purpose of this program is to allow a user to draw out process diagrams with sub tasks.
- Given the following input file:
PARENT TASK 1; SUB TASK 1
PARENT TASK 2
PARENT TASK 3
PARENT TASK 4; SUB TASK 4
PARENT TASK 5; SUB TASK 5A|SUB TASK 5B;SUB-SUB TASK
- Given the following input file:
PARENT TASK 1; SUB TASK 1
PARENT TASK 2; SUB TASK 2
PARENT TASK 3; SUB TASK 3;SUBSUB TASK 3|SUBSUB TASK 3B
- Given the following input file:
PARENT TASK 1; SUB TASK 1
PARENT TASK 2; SUB TASK 2
PARENT TASK 3; SUB TASK 3A|SUB TASK 3B;SUBSUB TASK 3A|SUBSUB TASK 3B
- Given the following input file:
PARENT TASK 1; SUB TASK 1
PARENT TASK 2
PARENT TASK 3; SUB TASK 3A|SUB TASK 3B
PARENT TASK 4
- Given the following input file:
PARENT TASK 1
PARENT TASK 2
PARENT TASK 3
PARENT TASK 4
PARENT TASK 5
PARENT TASK 6




