A Rust Course Folder Shell Script
PROJECT IN PROGRESS (Spring 2022)
When completed, script will create a folder structure of the following schema:
[root_folder]
|
|--[course_name]
|
|--[homework]
| |
| |--[hw_01]
| |--[hw_02]
|
|--[lab]
| |
| |--[lab_01]
| |--[lab_02]
|
|--[lecture_notes]
| |
| |--[01_syllabus_week]
|
|--[exam]
|
|--[midterm_01_review]
Usage
Mac / Linux
> rustc src/main.rs
> ./main
Windows
> rustc main.rs
> .\main.exe
Motivation
COMING SOON
Author
Sebastián Romero Cruz, Adjunct Professor (They / Them)
© Sebastián Romero Cruz. 2022