36 | | * in the directory above the new project directories (eg '../flight_data/unpacking/') run 'unpack_folder_structure.py --dry-run' |
37 | | * using --dry-run will output the commands it will run to the terminal. Check these look ok |
38 | | * if happy, either re-run without --dry-run or cut/paste commands |
| 36 | * in the directory above the new project directories (eg '../flight_data/unpacking/') run 'unpack_folder_structure.py' |
| 37 | * by default, it runs safely in a dry-run mode and will output the commands it will run to the terminal. Check these look ok. |
| 38 | * if happy, either re-run with --execute |