Compare commits
No commits in common. "ae9a534c7f1cfa3623bc6b58663908f16926ad9e" and "027960f6359774cd2cb3b393f08e54f4bab3db36" have entirely different histories.
ae9a534c7f
...
027960f635
2 changed files with 1 additions and 13 deletions
11
README.md
11
README.md
|
|
@ -1,11 +0,0 @@
|
|||
# project_name
|
||||
|
||||
## Description
|
||||
|
||||
## Documentation
|
||||
|
||||
## Building Project
|
||||
|
||||
## Contributing
|
||||
|
||||
|
||||
|
|
@ -205,8 +205,7 @@ add_new_module () {
|
|||
echo "1.) Add a C module"
|
||||
echo "2.) Add a C++ module"
|
||||
|
||||
printf "choice:"
|
||||
read lanuage_selection
|
||||
read -P "choice:" lanuage_selection
|
||||
|
||||
case $lanuage_selection in
|
||||
1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue